{ "name": "democratic-csi", "version": "1.0.1", "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 ", "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.6", "bunyan": "^1.8.15", "eslint": "^7.19.0", "grpc-uds": "^0.1.6", "handlebars": "^4.7.6", "js-yaml": "^4.0.0", "lru-cache": "^6.0.0", "request": "^2.88.2", "semver": "^7.3.4", "ssh2": "^0.8.9", "uri-js": "^4.4.1", "uuid": "^8.3.2", "winston": "^3.3.3", "yargs": "^16.2.0" } }