{ "name": "@humus/monorepo", "private": true, "scripts": { "build": "lerna run build", "build:lat": "latus-build", "clean": "lerna run clean", "docker": "yarn run build && docker build", "electron": "NODE_ENV=production NODE_PATH=./node_modules electron build/electron.js", "fp": "lerna run fp", "http": "LATUS_ONLY_BUILD=http latus-build -d --watch", "lint": "lerna run lint", "package": "node ./package.js", "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test", "repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/latus-*.sock | tail -n 1)", "server": "LATUS_ONLY_BUILD=server latus-build -d --start-server --inspect --watch", "start": "NODE_ENV=production NODE_PATH=./node_modules node build/index.js", "test": "lerna run test --no-bail -- --silent" }, "dependencies": { "@avocado/behavior": "^2.0.0", "@avocado/color": "^1.0.0", "@avocado/core": "^2.0.0", "@avocado/dialog": "^1.0.0", "@avocado/entity": "^2.0.0", "@avocado/graphics": "^2.0.0", "@avocado/input": "^2.0.0", "@avocado/math": "^2.0.0", "@avocado/physics": "^1.0.0", "@avocado/resource": "^2.0.0", "@avocado/s13n": "^2.0.0", "@avocado/sound": "^1.0.0", "@avocado/timing": "^2.0.0", "@avocado/topdown": "^2.0.0", "@humus/combat": "^1.0.0", "@humus/core": "^1.0.0", "@humus/farm": "^1.0.0", "@humus/inventory": "^1.0.0", "@humus/universe": "^1.0.0", "@inlet/react-pixi": "^6.0.7", "@latus/core": "2.0.0", "@latus/db": "2.0.0", "@latus/governor": "2.0.0", "@latus/http": "2.0.0", "@latus/react": "2.0.0", "@latus/redis": "2.0.0", "@latus/redux": "^2.0.0", "@latus/repl": "2.0.0", "@latus/socket": "2.0.0", "@latus/user": "2.0.0", "dotenv": "^8.2.0" }, "devDependencies": { "@latus/build": "1.x", "lerna": "^3.22.1" } }