forked from snyk-labs/helm-snyk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
57
58
{
"name": "@snyk/helm-snyk",
"version": "1.2.5",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"pretest": "tsc",
"test": "jest",
"prestart": "tsc",
"start": "node dist/main.js",
"eslint": "eslint --cache '{src,test,scripts,public/js/{!(build)}}/**/*.{js,ts}'",
"format:check": "prettier --check '{src,test,scripts,public/js/{!(build)}}/**/*.{js,ts}'",
"format": "prettier --write '{src,test,scripts,public/js/{!(build)}}/**/*.{js,ts}'",
"pkg": "pkg .",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "Snyk",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^3.3.7",
"@semantic-release/git": "^9.0.0",
"@types/dockerode": "^2.5.20",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.1",
"@types/q": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"jest": "^24.9.0",
"pkg": "^4.4.0",
"prettier": "^1.18.2",
"semantic-release": "^17.0.6",
"ts-jest": "^24.0.2",
"ts-node": "^8.4.1",
"typescript": "^3.5.3"
},
"dependencies": {
"dockerode": "^3.0.2",
"js-yaml": "^3.13.1"
},
"bin": "dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/snyk-labs/helm-snyk.git"
},
"pkg": {
"scripts": [
"dist/**/*.js"
],
"assets": []
}
}