-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) 路 1.03 KB
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) 路 1.03 KB
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
{
"name": "@programmerbar/mono",
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1",
"scripts": {
"dev": "turbo run dev",
"preview": "turbo run preview",
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"check": "turbo run check",
"typecheck": "turbo run check",
"format": "turbo run format",
"format:check": "turbo run format:check",
"db:generate": "turbo run db:generate",
"db:migrate": "pnpm --filter=web db:migrate",
"db:migrate:local": "pnpm --filter=web db:migrate:local",
"extract": "turbo run extract",
"typegen": "turbo run typegen",
"add-invitation": "pnpm dlx tsx ./programmerbar-web/src/scripts/add-invitation.ts",
"add-board": "pnpm dlx tsx ./programmerbar-web/src/scripts/add-board.ts",
"update-all": "pnpm -r update --latest -i"
},
"devDependencies": {
"turbo": "2.10.8",
"typescript": "6.0.3"
}
}