-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
75 lines (75 loc) · 1.92 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "helm-test",
"description": "A CLI to test Helm charts",
"version": "1.4.2",
"homepage": "https://github.com/Stono/helm-test",
"author": {
"name": "Karl Stoney",
"email": "[email protected]",
"url": "https://karlstoney.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Stono/helm-test.git"
},
"bugs": {
"url": "https://github.com/Stono/helm-test/issues"
},
"main": "bin/helm-test",
"bin": {
"helm-test": "./bin/helm-test"
},
"engines": {
"node": ">= 12.0.0"
},
"files": [
"lib/*",
"bin/*"
],
"scripts": {
"test": "./node_modules/grunt/bin/grunt mochaTest"
},
"dependencies": {
"async": "3.2.4",
"colors": "1.4.0",
"commander": "9.3.0",
"debug": "4.3.4",
"js-yaml": "4.1.0",
"mocha": "10.0.0",
"randomstring": "1.2.2",
"should": "13.2.3"
},
"devDependencies": {
"@types/async": "3.2.15",
"@types/colors": "1.2.1",
"@types/debug": "4.1.7",
"@types/grunt": "0.4.27",
"@types/js-yaml": "4.0.5",
"@types/mocha": "9.1.1",
"@types/node": "17.0.38",
"@types/randomstring": "1.1.8",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.0.5",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.0",
"grunt": "1.5.3",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-env": "1.0.1",
"grunt-eslint": "24.0.0",
"grunt-exec": "3.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-ts": "github:autotraderuk/grunt-ts#1b3b02d617c7aaad934d27337ce700f625c8caef",
"prettier": "2.7.1",
"ts-node": "10.8.2",
"typescript": "4.7.4"
},
"keywords": [],
"license": "MIT"
}