-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.12 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
56
57
{
"name": "ex-api-cli",
"description": "CLI to automatically clone the ex-api-template starter",
"version": "1.3.2",
"license": "MIT",
"bin": {
"ex-api-cli": "index.js",
"ex-api": "index.js"
},
"author": {
"name": "Ysn4Irix",
"email": "[email protected]",
"url": "https://ysnirix.tech"
},
"keywords": [
"express",
"cli",
"express-api",
"nodejs",
"api"
],
"files": [
"index.js",
"utils"
],
"repository": {
"url": "https://github.com/ysn4irix/ex-api-cli"
},
"bugs": {
"url": "https://github.com/ysn4irix/ex-api-cli/issues"
},
"homepage": "https://github.com/ysn4irix/ex-api-cli#readme",
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"await-to-js": "^3.0.0",
"chalk": "4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-should-cancel": "^1.0.3",
"cli-welcome": "^2.2.2",
"degit": "^2.8.4",
"enquirer": "^2.3.6",
"meow": "9.0.0",
"ora": "5.4.0"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"engines": {
"npm": ">=6.0.0",
"node": ">=15.0.0"
}
}