-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 839 Bytes
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
42
{
"name": "exit-cli",
"version": "1.0.3",
"description": "A nice way to end your command line tool",
"repository": "https://github.com/msaaddev/exit-cli",
"author": {
"name": "Saad Irfan",
"email": "mrsaadirfan@gmail.com",
"url": "https://twitter.com/msaaddev"
},
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"chalk": "^4.1.1",
"cli-table": "^0.3.6",
"colors": "^1.4.0",
"update-check": "^1.5.4"
},
"devDependencies": {
"clear-any-console": "^1.16.2",
"node-cli-handle-error": "^1.0.0",
"prettier": "^2.3.2"
},
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\"",
"test": "node test.js"
},
"keywords": [
"command line tool",
"cli",
"footer",
"cli exit",
"Saad Irfan",
"msaaddev",
"nodejs cli",
"update check",
"notify update"
]
}