-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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": "atl.tools",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.28.2",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"check-types": "turbo check-types",
"check": "ultracite check",
"fix": "ultracite fix",
"deploy": "pnpm --filter @atl.tools/web run deploy",
"deploy:prod": "pnpm --filter @atl.tools/web run deploy:prod",
"destroy": "pnpm --filter @atl.tools/web run destroy",
"destroy:prod": "pnpm --filter @atl.tools/web run destroy:prod"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
},
"devDependencies": {
"@biomejs/biome": "2.4.0",
"turbo": "^2.5.4",
"ultracite": "7.2.4"
}
}