| 1 | { |
| 2 | "name": "codewhale", |
| 3 | "private": true, |
| 4 | "scripts": { |
| 5 | "test": "npm test --workspaces --if-present && npm --prefix web test", |
| 6 | "check:web": "npm --prefix web run check" |
| 7 | }, |
| 8 | "workspaces": [ |
| 9 | "npm/codewhale", |
| 10 | "npm/deepseek-tui", |
| 11 | "npm/runtime-sdk" |
| 12 | ], |
| 13 | "devDependencies": { |
| 14 | "wrangler": "^4.103.0" |
| 15 | }, |
| 16 | "overrides": { |
| 17 | "esbuild": "0.28.1", |
| 18 | "sharp": "0.35.4", |
| 19 | "ws": "8.21.0", |
| 20 | "undici": "7.29.0" |
| 21 | } |
| 22 | } |
| 23 |