forked from FlowFuse/driver-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 916 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
{
"name": "@flowforge/kubernetes",
"version": "1.9.0",
"description": "Kubernetes driver for FlowForge",
"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/flowforge/flowforge-driver-k8s.git"
},
"bugs": {
"url": "https://github.com/flowforge/flowforge-driver-k8s/issues"
},
"homepage": "https://github.com/flowforge/flowforge-driver-k8s#readme",
"author": {
"name": "FlowFlow Inc."
},
"license": "Apache-2.0",
"dependencies": {
"@kubernetes/client-node": "^0.16.3",
"got": "^11.8.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0"
}
}