{ "private": true, "name": "storage-node", "version": "1.0.0", "engines": { "node": ">=10.15.3", "yarn": "^1.15.2" }, "homepage": "https://github.com/Joystream/joystream/", "bugs": { "url": "https://github.com/Joystream/joystream/issues" }, "repository": { "type": "git", "url": "https://github.com/Joystream/joystream.git" }, "license": "GPL-3.0", "contributors": [ { "name": "Joystream", "url": "https://joystream.org" } ], "keywords": [ "joystream", "storage", "node" ], "os": [ "darwin", "linux" ], "scripts": { "test": "wsrun --serial test", "lint": "eslint --ignore-path .gitignore .", "checks": "yarn lint && prettier . --check", "format": "prettier ./ --write" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-esnext": "^4.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.0.5", "wsrun": "^3.6.5" } }