{ "name": "storage-node-v2", "description": "Jostream storage subsystem.", "version": "0.1.0", "author": "Joystream contributors", "bin": { "storage-node": "./bin/run" }, "bugs": "https://github.com/shamil-gadelshin/storage-node-v2/issues", "dependencies": { "@joystream/types": "^0.15.0", "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^3", "@polkadot/api": "4.2.1", "@types/express": "^4.17.11", "express": "^4.17.1", "express-openapi-validator": "^4.12.4", "tslib": "^1" }, "devDependencies": { "@oclif/dev-cli": "^1", "@oclif/test": "^1", "@types/chai": "^4", "@types/mocha": "^5", "@types/node": "^10", "@typescript-eslint/eslint-plugin": "3.8.0", "@typescript-eslint/parser": "3.8.0", "chai": "^4", "eslint": "^7.0.0", "eslint-config-oclif": "^3.1", "eslint-config-oclif-typescript": "^0.1", "globby": "^10", "mocha": "^5", "nyc": "^14", "prettier": "^2.3.0", "sinon": "^11.1.1", "ts-node": "^8.8.2", "typescript": "^3.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/shamil-gadelshin/storage-node-v2", "keywords": [ "oclif" ], "license": "GPL-3.0-only", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "storage-node", "plugins": [ "@oclif/plugin-help" ], "topics": { "wg": { "description": "Storage working group commands." }, "wg:leader": { "description": "Storage working group leader commands." } } }, "repository": "shamil-gadelshin/storage-node-v2", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "eslint . --ext .ts --config .eslintrc", "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md", "build": "tsc --build tsconfig.json", "format": "prettier ./src --write", "lint": "eslint ./src --ext .ts" }, "types": "lib/index.d.ts" }