{ "name": "sims-next", "private": true, "version": "0.1.0", "type": "module", "workspaces": [ "packages/*", "apps/*" ], "scripts": { "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json && npm run typecheck --workspaces --if-present" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }