{ "name": "yakcloud-packages", "private": true, "packageManager": "pnpm@9.12.0", "engines": { "node": ">=20" }, "scripts": { "build": "turbo run build", "typecheck": "turbo run typecheck", "lint": "turbo run lint", "test": "turbo run test", "bind-env:check": "node scripts/bind-env-check.mjs", "smoke:standalone": "node scripts/standalone-smoke.mjs" }, "devDependencies": { "turbo": "^2.1.0", "typescript": "^5.6.0", "eslint": "^9.12.0" } }