-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 902 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
37
38
39
40
41
{
"name": "vcli",
"version": "1.0.0",
"description": "Vineeth's CLI application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"vcli": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vineethbc/vcli.git"
},
"keywords": [
"Git",
"CLI",
"nodejs"
],
"author": "Vineeth BC",
"license": "ISC",
"bugs": {
"url": "https://github.com/vineethbc/vcli/issues"
},
"homepage": "https://github.com/vineethbc/vcli#readme",
"dependencies": {
"@octokit/auth-basic": "^1.4.6",
"@octokit/rest": "^18.0.3",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"simple-git": "^2.17.0",
"touch": "^3.1.0"
}
}