-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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
{
"name": "korral",
"version": "1.0.0",
"scripts": {
"start": "node --unhandled-rejections=strict src/korral.js",
"lint": "eslint src/"
},
"dependencies": {
"@azure/arm-compute": "^15.0.0",
"@azure/arm-monitor": "^6.0.0",
"@azure/arm-network": "^23.0.0",
"@azure/ms-rest-nodeauth": "^3.1.0",
"@kubernetes/client-node": "^0.15.0",
"aws-sdk": "^2.940.0",
"axios": "^0.21.1",
"googleapis": "^60.0.1",
"js-yaml": "^3.14.0",
"kubernetes-resource-parser": "^0.1.0",
"lodash": "^4.17.21",
"moment": "^2.28.0",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
},
"engines": {
"node": ">=12.16",
"npm": ">=6.13"
}
}