{ "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 ", "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" } }