forked from democratic-csi/democratic-csi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "democratic-csi",
"version": "1.9.0",
"description": "kubernetes csi driver framework",
"main": "bin/democratic-csi",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/democratic-csi"
},
"author": "Travis Glenn Hansen <travisghansen@yahoo.com>",
"bugs": {
"url": "https://github.com/democratic-csi/democratic-csi/issues"
},
"homepage": "https://github.com/democratic-csi/democratic-csi#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/democratic-csi/democratic-csi.git"
},
"dependencies": {
"@grpc/grpc-js": "^1.8.4",
"@grpc/proto-loader": "^0.7.0",
"@kubernetes/client-node": "^0.18.0",
"async-mutex": "^0.4.0",
"axios": "^1.1.3",
"bunyan": "^1.8.15",
"crc": "^4.3.2",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"lru-cache": "^7.4.0",
"prompt": "^1.2.2",
"semver": "^7.3.4",
"ssh2": "^1.1.0",
"uri-js": "^4.4.1",
"uuid": "^9.0.0",
"winston": "^3.6.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"eslint": "^8.10.0"
}
}