democratic-csi/package.json

35 lines
931 B
JSON

{
"name": "democratic-csi",
"version": "0.1.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/proto-loader": "^0.5.4",
"bunyan": "^1.8.14",
"eslint": "^7.4.0",
"grpc-uds": "^0.1.4",
"js-yaml": "^3.14.0",
"lru-cache": "^5.1.1",
"request": "^2.88.2",
"ssh2": "^0.8.9",
"uri-js": "^4.2.2",
"uuid": "^8.2.0",
"winston": "^3.3.3",
"yargs": "^15.4.0"
}
}