-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "nodejs-cli-tool",
"version": "1.0.0",
"description": "cli command with node js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daiHash/nodejs-cli-tool.git"
},
"keywords": [ "Git", "CLI" ],
"author": "daichi",
"license": "ISC",
"bugs": {
"url": "https://github.com/daiHash/nodejs-cli-tool/issues"
},
"homepage": "https://github.com/daiHash/nodejs-cli-tool#readme",
"bin": {
"ginit": "./index.js"
},
"dependencies": {
"@octokit/rest": "^15.9.4",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^3.1.2",
"figlet": "^1.2.0",
"inquirer": "^6.0.0",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"simple-git": "^1.96.0",
"touch": "^3.1.0"
}
}