-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "@prkhrv/api-cli",
"version": "1.0.2",
"description": "A CLI to Fasten up the Process of API-creation",
"main": "src/index.js",
"bin": {
"@prkhrv/api-cli": "bin/api-cli",
"api-cli": "bin/api-cli"
},
"publishConfig": {
"access": "public",
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prkhrv/api-cli.git"
},
"keywords": [
"cli",
"mongoose",
"api",
"express"
],
"files": [
"bin/",
"src/",
"templates/"
],
"author": "Prakhar Varshney",
"license": "ISC",
"bugs": {
"url": "https://github.com/prkhrv/api-cli/issues"
},
"homepage": "https://github.com/prkhrv/api-cli#readme",
"dependencies": {
"arg": "^4.1.3",
"chalk": "^4.1.0",
"esm": "^3.2.25",
"execa": "^4.0.3",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0"
}
}