-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 772 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 772 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
{
"name": "sendit-nodejs-generator",
"version": "1.0.3",
"description": "",
"main": "./lib/index.js",
"preferGlobal": true,
"bin": {
"sendit-generator-nodejs": "./bin/nodejs-generate"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8.4.0"
},
"keywords": [
"generator",
"nodejs",
"starter"
],
"publishConfig": {
"access": "public"
},
"author": "spksoft",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"fs-extra": "^6.0.1",
"inquirer": "^5.2.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
}
}