-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 777 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 777 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
{
"name": "<%= appName %>",
"version": "0.0.0",
"description": "<%= description %>",
"main": "index.js",
"bin": {
"<%= appName %>": "index.js"
},
"files": [
"index.js",
"/src",
"/lib"
],
"scripts": {
"test": "mocha"
},
"author": "<%= author %>",
"license": "MIT",
"dependencies": {
"prompt": "1.0.0"
},
"devDependencies": {
"@jordanforeman/commitizen-config": "1.2.3",
"@jordanforeman/commitlint-config": "0.2.2",
"@jordanforeman/eslint-config": "0.2.6",
"@jordanforeman/release-config": "0.2.2",
"@jordanforeman/renovate-config": "0.2.3",
"chai": "4.2.0",
"chance": "1.1.4",
"husky": "4.3.0",
"mocha": "6.2.3",
"nyc": "14.1.1",
"proxyquire": "2.1.3",
"sinon": "7.5.0"
}
}