forked from snyk/snyk-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 846 Bytes
/
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
{
"name": "snyk-gradle-plugin",
"description": "Snyk CLI Gradle plugin",
"homepage": "https://github.com/snyk/snyk-gradle-plugin",
"repository": {
"type": "git",
"url": "https://github.com/snyk/snyk-gradle-plugin"
},
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run lint && npm run test-functional",
"lint": "eslint -c .eslintrc lib test",
"test-functional": "tap -R spec ./test/functional/*.test.js",
"test-system": "tap -R spec ./test/system/*.test.js",
"semantic-release": "semantic-release"
},
"author": "snyk.io",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.11.0",
"semantic-release": "^15",
"sinon": "^2.4.1",
"tap": "^12.0.1",
"tap-only": "0.0.5"
},
"dependencies": {
"clone-deep": "^0.3.0"
}
}