-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.13 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "node-cli-resume",
"description": "Command Line Interface tool to make Resume in CLI WORLD 😎😎 easily ",
"version": "1.0.1",
"bin": {
"cli-resume": "index.js",
"cli-res": "index.js"
},
"author": {
"name": "Asif",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/asif-shaik-906a78209/"
},
"repository": {
"type":"git",
"url" : "SHAIKASIFALI/node-cli-resume"
},
"files": [
"utils",
"index.js",
"template"
],
"keywords": [
"resume",
"resume-cli",
"cli-tool",
"cli-resume",
"cli",
"asif"
],
"dependencies": {
"await-to-js": "^3.0.0",
"chalk": "^4.1.1",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^2.0.2",
"cli-should-cancel": "^1.0.3",
"cli-welcome": "^2.2.2",
"copy-template-dir": "^1.4.0",
"data-store": "^4.0.3",
"enquirer": "^2.3.6",
"execa": "^5.0.0",
"meow": "9.0.0",
"ora": "^5.4.0",
"split-string": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.3.0"
},
"scripts": {
"start": "node index.js",
"format": "prettier --write \"./**/*.{js,json}\""
}
}