democratic-csi/package.json

36 lines
960 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.5",
"bunyan": "^1.8.14",
"eslint": "^7.14.0",
"grpc-uds": "^0.1.4",
"handlebars": "^4.7.6",
"js-yaml": "^3.14.0",
"lru-cache": "^6.0.0",
"request": "^2.88.2",
"ssh2": "^0.8.9",
"uri-js": "^4.4.0",
"uuid": "^8.3.1",
"winston": "^3.3.3",
"yargs": "^16.1.1"
}
}