-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
63 lines (63 loc) · 1.65 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
{
"name": "kconmon",
"description": "A project for testing & monitor kubernetes nodes with TCP and UDP",
"version": "0.0.0",
"homepage": "https://github.com/Stono/kconmon",
"author": {
"name": "Karl Stoney",
"email": "me@karlstoney.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Stono/kconmon.git"
},
"bugs": {
"url": "https://github.com/Stono/kconmon/issues"
},
"main": "lib/index.ts",
"engines": {
"node": ">= 14.0.0"
},
"scripts": {
"build": "./node_modules/grunt/bin/grunt build",
"test": "./node_modules/grunt/bin/grunt test"
},
"dependencies": {
"express": "4.17.1",
"got": "11.5.1",
"prom-client": "12.0.0",
"stoppable": "1.1.0",
"tsconfig-paths": "3.9.0",
"kubernetes-client": "9.0.0",
"kubernetes-types": "1.17.0-beta.1",
"ts-xor": "1.0.8"
},
"devDependencies": {
"@types/express": "4.17.7",
"@types/json-patch": "0.0.30",
"@types/mocha": "8.0.0",
"@types/node": "14.0.26",
"@typescript-eslint/eslint-plugin": "3.7.0",
"@typescript-eslint/parser": "3.7.0",
"eslint": "7.5.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-mocha": "7.0.1",
"eslint-plugin-prettier": "3.1.4",
"grunt": "1.2.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-env": "1.0.1",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-ts": "6.0.0-beta.22",
"mocha": "8.0.1",
"prettier": "2.0.5",
"should": "13.2.3",
"testdouble": "3.16.1",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
"keywords": [],
"license": "Apache-2.0"
}