forked from nyangnyangpunch/cheese
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 932 Bytes
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
{
"name": "cheese",
"version": "0.0.1",
"description": "Monitoring for k8s",
"main": "index.js",
"scripts": {
"web": "babel static/dev -w -d static/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyangnyangpunch/cheese.git"
},
"keywords": [
"k8s",
"monitoring"
],
"author": "Nyangnyangpunch",
"license": "MIT",
"bugs": {
"url": "https://github.com/nyangnyangpunch/cheese/issues"
},
"homepage": "https://github.com/nyangnyangpunch/cheese#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5"
},
"dependencies": {
"@elastic/elasticsearch": "^7.3.0",
"@kubernetes/client-node": "^0.10.2",
"body-parser": "^1.19.0",
"colors": "^1.3.3",
"config": "^3.2.2",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"request": "^2.88.0",
"yamljs": "^0.3.0"
}
}