forked from momi-foundation-coding/nodejs-api-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1021 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1021 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
43
44
45
46
47
{
"name": "nodejs-api-cli",
"version": "0.2.1",
"description": "nodejs-api-cli is a scaffold to start API for different NodeJS fraameworks. for generating nodejs application.",
"main": "./tasks/data.js",
"bin": {
"nodejs-api-cli": "bin/createapp.js"
},
"scripts": {
"start": "node bin/createapp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kemboijs/nodejs-api-cli.git"
},
"keywords": [
"nodejs",
"scaffold",
"kemboijs",
"generator",
"app",
"api",
"express",
"nodejs-cli",
"nodejs-api-cli"
],
"author": "Ezrqn Kemboi <ezrqnkemboi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kemboijs/nodejs-api-cli/issues"
},
"homepage": "https://github.com/kemboijs/nodejs-api-cli#readme",
"files": [
"tasks/",
"README.md",
"LICENCE",
".babelrc",
"bin/"
],
"dependencies": {
"inquirer": "^7.0.0"
},
"directories": {
"test": "test"
},
"devDependencies": {}
}