1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "asa-news", "private": true, "scripts": { "build": "turbo build", "dev": "turbo dev", "lint": "turbo lint", "test": "turbo test", "check:tier-parity": "pnpm dlx tsx scripts/check-tier-parity.ts" }, "devDependencies": { "turbo": "^2" }, "packageManager": "[email protected]" }