{ "name": "character-sandbox-monorepo", "version": "1.0.0", "description": "A monorepo for the advanced character sandbox application.", "main": "index.js", "scripts": { "start": "concurrently \"npm run start --prefix client\" \"npm run start --prefix server\"", "install-all": "npm install --prefix client && npm install --prefix server", "dev": "concurrently \"npm run dev --prefix client\" \"npm run dev --prefix server\"" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "concurrently": "^8.2.2" }, "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^4.3.0", "chalk": "^4.1.2", "cliui": "^8.0.1", "color-convert": "^2.0.1", "color-name": "^1.1.4", "date-fns": "^2.30.0", "emoji-regex": "^8.0.0", "escalade": "^3.2.0", "get-caller-file": "^2.0.5", "has-flag": "^4.0.0", "is-fullwidth-code-point": "^3.0.0", "lodash": "^4.18.1", "require-directory": "^2.1.1", "rxjs": "^7.8.2", "shell-quote": "^1.9.0", "spawn-command": "^0.0.2", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "supports-color": "^8.1.1", "tree-kill": "^1.2.2", "tslib": "^2.8.1", "wrap-ansi": "^7.0.0", "y18n": "^5.0.8", "yargs": "^17.7.3", "yargs-parser": "^21.1.1" } }