Spaces:
Sleeping
Sleeping
| { | |
| "name": "wallets-workspace", | |
| "version": "1.0.0", | |
| "private": true, | |
| "workspaces": [ | |
| "client", | |
| "server" | |
| ], | |
| "scripts": { | |
| "dev": "concurrently \"npm run dev -w server\" \"npm run dev -w client\"", | |
| "build": "npm run build -w client", | |
| "install:all": "npm install" | |
| }, | |
| "devDependencies": { | |
| "concurrently": "^9.1.2", | |
| "puppeteer": "^24.39.0" | |
| } | |
| } | |