summaryrefslogtreecommitdiff
path: root/package.json
blob: 6dee7774d3ad84f22cfac745e9ec00c7e55d687c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "asa-news",
  "private": true,
  "scripts": {
    "build": "turbo build",
    "dev": "turbo dev",
    "lint": "turbo lint"
  },
  "devDependencies": {
    "turbo": "^2"
  },
  "packageManager": "[email protected]"
}