File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 37
37
# Windows 系统文件
38
38
** /Thumbs.db
39
39
** /Desktop.ini
40
+
41
+ my-jwc-app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-jwc" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " " ,
4
+ "description" : " A Command Line Tool to create jwc.js project " ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
7
7
"scripts" : {
13
13
"keywords" : [
14
14
" jwcjs"
15
15
],
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
+ },
17
28
"license" : " MIT" ,
18
29
"devDependencies" : {
19
30
"@types/minimist" : " ^1.2.2" ,
You can’t perform that action at this time.
0 commit comments