-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1017 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
42
43
44
45
46
47
48
49
{
"name": "card-flex",
"version": "2.3.2",
"description": "it's time to flex your name-card.",
"main": "src/index.js",
"bin": {
"card-flex": "bin/generator",
"generator": "bin/generator"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"command-line",
"utility",
"tool",
"command-line interface",
"console",
"shell",
"command line utility",
"terminal",
"development",
"automation",
"devops",
"scripting",
"programming"
],
"author": "@depapp",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"esm": "^3.2.25",
"execa": "^5.0.0",
"figlet": "^1.7.0",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/depapp/card-flex.git"
},
"bugs": {
"url": "https://github.com/depapp/card-flex/issues"
},
"homepage": "https://github.com/depapp/card-flex#readme"
}