Skip to content

Commit 67a544b

Browse files
committed
chore: package info
1 parent 4f9d45f commit 67a544b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@
3737
# Windows 系统文件
3838
**/Thumbs.db
3939
**/Desktop.ini
40+
41+
my-jwc-app

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-jwc",
33
"version": "0.0.0",
4-
"description": "",
4+
"description": "A Command Line Tool to create jwc.js project",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
@@ -13,7 +13,18 @@
1313
"keywords": [
1414
"jwcjs"
1515
],
16-
"author": "JwcJS",
16+
"author": "wibus-wee <[email protected]>",
17+
"bugs": {
18+
"url": "https://github.com/jwcjs/create-jwc/issues"
19+
},
20+
"homepage": "https://github.com/jwcjs/create-jwc#readme",
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/jwcjs/create-jwc.git"
24+
},
25+
"bin": {
26+
"create-jwc": "index.js"
27+
},
1728
"license": "MIT",
1829
"devDependencies": {
1930
"@types/minimist": "^1.2.2",

0 commit comments

Comments
 (0)