{ "name": "snatchgame", "version": "1.0.0", "description": "Competitive clicker game with Colyseus.js", "scripts": { "install:all": "npm run install:server && npm run install:client", "install:server": "cd server && npm install", "install:client": "cd client && npm install", "dev": "npm run dev:server & npm run dev:client", "dev:server": "cd server && npm run dev", "dev:client": "cd client && npm run dev", "build": "npm run build:server && npm run build:client", "build:server": "cd server && npm run build", "build:client": "cd client && npm run build" }, "author": "", "license": "MIT" }