-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 914 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 914 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
{
"name": "@programmerbar/mono",
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"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": "turbo run db:migrate",
"db:migrate:local": "turbo run db:migrate:local",
"extract": "turbo run extract",
"typegen": "turbo run typegen",
"add-invitation": "pnpm dlx tsx ./programmerbar-web/src/scripts/add-invitation.ts"
},
"devDependencies": {
"turbo": "2.7.2",
"typescript": "5.9.3"
}
}