| 123456789101112131415161718 |
- {
- "name": "pipeline",
- "private": true,
- "scripts": {
- "build": "turbo build",
- "dev": "turbo dev",
- "lint": "turbo lint",
- "typecheck": "turbo typecheck"
- },
- "devDependencies": {
- "turbo": "^2.5.0",
- "typescript": "^5.8.0"
- },
- "packageManager": "pnpm@10.24.0",
- "pnpm": {
- "onlyBuiltDependencies": ["esbuild"]
- }
- }
|