summaryrefslogtreecommitdiff
path: root/package.json
blob: 20c970173ba5aa2694979cecf300f2ec83a957a9 (plain) (blame)
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]"
}