-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ath",
"private": true,
"scripts": {
"build": "turbo build",
"turbo-dev": "turbo dev",
"dev": "yarn workspace @repo/ath.ooo dev",
"lint": "turbo lint",
"update-top-assets": "tsx apps/ath.ooo/app/api/fetch-top-assets/route.ts",
"update-asset-mapping": "tsx apps/ath.ooo/app/api/update-asset-mapping/route.ts",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"prettier": "3.3.1",
"turbo": "latest",
"typescript": "^5.5.3",
"tsx": "^4.7.1"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@1.22.21",
"workspaces": [
"apps/*",
"packages/*"
]
}