{ "name": "scriptc-monorepo", "private": true, "engines": { "node": ">=24.0.0" }, "scripts": { "build": "pnpm -r --filter \"./packages/*\" run build", "build:fresh": "rm -rf packages/compiler/dist packages/cli/dist node_modules/.cache/scriptc-tsc && pnpm build", "test": "vitest run", "test:fetch-conformance": "vitest run tests/harness/fetch-conformance.test.ts", "test:cache-identity": "node tests/harness/cache-identity.mjs", "test:sandbox": "node scripts/sandbox-test.mjs", "test:sandbox:image": "node scripts/sandbox-image.mjs", "test:watch": "vitest", "lint": "eslint packages/compiler/src packages/cli/src", "manifest": "tsx scripts/surface-manifest.mjs", "scriptc": "tsx packages/cli/src/main.ts" }, "devDependencies": { "@types/node": "^24.0.0", "eslint": "^9.20.0", "tsx": "^4.19.0", "typescript": "5.9.3", "typescript-eslint": "^8.24.0", "vercel": "58.1.0", "vitest": "^3.0.0" } }