-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 956 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 956 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
30
31
32
33
34
35
{
"name": "one-stack",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"format": "biome format --write .",
"check": "biome check --write .",
"sherif": "sherif",
"ci": "pnpm sherif && pnpm typecheck && pnpm lint && pnpm build",
"db:generate": "turbo db:generate",
"db:push": "turbo db:push",
"db:studio": "turbo db:studio",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"sherif": "^1.9.0",
"turbo": "^2.6.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
"engines": {
"node": ">=20"
}
}