-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "customize-write-files",
"version": "3.0.1",
"description": "Post-processor that stores the result of a customize-run in a local directory",
"repository": {
"type": "git",
"url": "https://github.com/bootprint/customize-write-files.git"
},
"author": {
"name": "Nils Knappmeier",
"email": "[email protected]",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/bootprint/customize-write-files/issues"
},
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint --fix .",
"test": "mocha && npm run lint",
"coverage": "nyc mocha",
"postcoverage": "nyc check-coverage coverage/coverage.json --statements 100",
"thought": "thought run -a",
"version": "thoughtful changelog -o -a && npm run thought"
},
"files": [
"index.js",
"lib"
],
"dependencies": {
"debug": "^4.1.1",
"deep-aplus": "^1.0.4",
"fs-extra": "^7.0.1",
"stream-compare": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"customize": "^3.0.0",
"customize-engine-less": "^3.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^5.14.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.3"
},
"keywords": []
}