-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "codeclimate-eclint",
"version": "0.0.1",
"description": "eclint",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.0",
"eclint": "^2.0.1",
"glob": "^7.1.1",
"isbinaryfile": "^3.0.2",
"sha.js": "^2.4.8",
"vinyl": "^2.0.2",
"snyk": "^1.69.6"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.4.1",
"mocha": "^3.3.0",
"nyc": "^10.3.2"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text-summary --reporter=html mocha -gc test",
"test.debug": "nyc --reporter=lcov-only --reporter=text-summary --reporter=html mocha -gc debug test",
"codeclimate-coverage": "codeclimate-test-reporter < coverage/lcov.info",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linuxbozo/codeclimate-eclint.git"
},
"author": "M. Adam Kendall",
"license": "MIT",
"bugs": {
"url": "https://github.com/linuxbozo/codeclimate-eclint/issues"
},
"homepage": "https://github.com/linuxbozo/codeclimate-eclint#readme",
"snyk": true
}