{ "name": "picluster", "config": { "unsafe-perm": true }, "scripts": { "test": "xo", "install": "cd server && npm install && cd ../agent && npm install && cd ../web && npm install && cd .." }, "repository": { "type": "git", "url": "git+https://git.rage.lol/verita84/picluster/picluster.git" }, "keywords": [], "author": "", "license": "GPL-3.0", "bugs": { "url": "https://git.rage.lol/verita84/picluster/picluster/issues" }, "homepage": "https://git.rage.lol/verita84/picluster/picluster", "xo": { "space": 2, "envs": [ "node", "es6" ], "ignores": [ "web/assets/**" ], "rules": { "camelcase": "off", "no-prototype-builtins": "off", "radix": "off", "max-nested-callbacks": "warn", "no-path-concat": "warn" } }, "devDependencies": { "xo": "^0.32.1" }, "dependencies": { "eslint": "^7.24.0", "yargs-parser": "^20.2.7" } }