-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 993 Bytes
/
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
{
"name": "@flowfuse/driver-kubernetes",
"version": "2.13.0",
"description": "Kubernetes driver for FlowFuse",
"main": "kubernetes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc *.js",
"lint:fix": "eslint -c .eslintrc *.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/driver-k8s.git"
},
"bugs": {
"url": "https://github.com/FlowFuse/driver-k8s/issues"
},
"homepage": "https://github.com/FlowFuse/driver-k8s#readme",
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-efs": "^3.600.0",
"@kubernetes/client-node": "^0.22.3",
"form-data": "^4.0.0",
"got": "^11.8.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0"
}
}