File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " repo-template " ,
2
+ "name" : " luctst-cli " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Project boilerplate for easily create and share your new cool modules. ♻️ ♻️" ,
5
- "main" : " lib/index.js" ,
4
+ "description" : " Project boilerplate for easily create and share your new cool module. ♻️ ♻️" ,
5
+ "main" : " lib/cli.js" ,
6
+ "bin" : " lib/cli.js" ,
6
7
"files" : [
7
8
" lib/"
8
9
],
9
10
"engines" : {
10
11
"node" : " >= 10.0.0"
11
12
},
12
13
"eslintIgnore" : [
13
- " ./ lib/build/" ,
14
- " ./ lib/template/"
14
+ " lib/build/" ,
15
+ " lib/template/"
15
16
],
16
17
"ava" : {
17
18
"cache" : true
27
28
},
28
29
"repository" : {
29
30
"type" : " git" ,
30
- "url" : " https://www.github.com/luctst/repo-template "
31
+ "url" : " https://www.github.com/luctst/luctst-cli "
31
32
},
32
33
"keywords" : [],
33
34
"author" : " Tostée Lucas <lucas.tostee@gmail.com> (https://www.lucas-tostee.com)" ,
34
35
"license" : " MIT" ,
35
36
"bugs" : {
36
- "url" : " https://www.github.com/luctst/repo-template /issues"
37
+ "url" : " https://www.github.com/luctst/luctst-cli /issues"
37
38
},
38
- "homepage" : " https://www.github.com/luctst/repo-template " ,
39
+ "homepage" : " https://www.github.com/luctst/luctst-cli " ,
39
40
"devDependencies" : {
40
41
"ava" : " ^2.1.0" ,
41
42
"eslint" : " ^6.0.1" ,
45
46
"eslint-plugin-prettier" : " ^3.1.0" ,
46
47
"eslint-watch" : " ^5.1.2" ,
47
48
"prettier" : " ^1.18.2"
49
+ },
50
+ "dependencies" : {
51
+ "chalk" : " ^2.4.2" ,
52
+ "inquirer" : " ^6.5.1" ,
53
+ "meow" : " ^5.0.0"
48
54
}
49
55
}
You can’t perform that action at this time.
0 commit comments