{ "name": "json-render", "private": true, "license": "Apache-2.0", "scripts": { "build": "turbo run build", "dev": "turbo run dev --concurrency 15", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx}\"", "type-check": "turbo run check-types", "check-types": "turbo run check-types" }, "devDependencies": { "prettier": "^3.7.4", "turbo": "^2.7.4", "typescript": "5.9.2" }, "packageManager": "pnpm@9.0.0", "engines": { "node": ">=18" } }