{ "name": "@lilith/build-workspace", "private": true, "type": "module", "workspaces": ["packages/*"], "scripts": { "build": "turbo run build", "test": "turbo run test", "typecheck": "turbo run typecheck" }, "devDependencies": { "typescript": "^5.7.2" } }