| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "json-render",
- "private": true,
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vercel-labs/json-render.git"
- },
- "homepage": "https://github.com/vercel-labs/json-render#readme",
- "bugs": {
- "url": "https://github.com/vercel-labs/json-render/issues"
- },
- "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"
- }
- }
|