{ "name": "runic-gateway-website", "version": "1.0.0", "description": "Runic Gateway — public site, wiki, and admin panel for a private Ultima Online shard", "private": true, "scripts": { "install-server": "npm install --prefix server", "install-client": "npm install --prefix client", "install-bot": "npm install --prefix bot", "install-all": "npm run install-server && npm run install-client && npm run install-bot", "server": "npm run dev --prefix server", "client": "npm run dev --prefix client", "bot": "npm run dev --prefix bot", "seed": "npm run seed --prefix server", "build": "npm run build --prefix client", "start": "npm start --prefix server" }, "keywords": ["express", "mariadb", "react", "vite", "jwt"], "author": "whitlocktech", "license": "ISC" }