Skip to content

Commit 5f09d36

Browse files
committed
Add dependencies, remove repo-template by luctst-cli and update some path content
1 parent 5396d3a commit 5f09d36

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"name": "repo-template",
2+
"name": "luctst-cli",
33
"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",
67
"files": [
78
"lib/"
89
],
910
"engines": {
1011
"node": ">= 10.0.0"
1112
},
1213
"eslintIgnore": [
13-
"./lib/build/",
14-
"./lib/template/"
14+
"lib/build/",
15+
"lib/template/"
1516
],
1617
"ava": {
1718
"cache": true
@@ -27,15 +28,15 @@
2728
},
2829
"repository": {
2930
"type": "git",
30-
"url": "https://www.github.com/luctst/repo-template"
31+
"url": "https://www.github.com/luctst/luctst-cli"
3132
},
3233
"keywords": [],
3334
"author": "Tostée Lucas <lucas.tostee@gmail.com> (https://www.lucas-tostee.com)",
3435
"license": "MIT",
3536
"bugs": {
36-
"url": "https://www.github.com/luctst/repo-template/issues"
37+
"url": "https://www.github.com/luctst/luctst-cli/issues"
3738
},
38-
"homepage": "https://www.github.com/luctst/repo-template",
39+
"homepage": "https://www.github.com/luctst/luctst-cli",
3940
"devDependencies": {
4041
"ava": "^2.1.0",
4142
"eslint": "^6.0.1",
@@ -45,5 +46,10 @@
4546
"eslint-plugin-prettier": "^3.1.0",
4647
"eslint-watch": "^5.1.2",
4748
"prettier": "^1.18.2"
49+
},
50+
"dependencies": {
51+
"chalk": "^2.4.2",
52+
"inquirer": "^6.5.1",
53+
"meow": "^5.0.0"
4854
}
4955
}

0 commit comments

Comments
 (0)