-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 745 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
{
"name": "wooblay",
"private": true,
"version": "0.1.0",
"description": "Supervised autonomy for agents — approvals, identity, receipts, scoring.",
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"db:generate": "pnpm --filter @wooblay/gate exec prisma generate",
"db:migrate": "pnpm --filter @wooblay/gate exec prisma migrate dev",
"db:push": "pnpm --filter @wooblay/gate exec prisma db push"
},
"devDependencies": {
"playwright": "^1.58.2",
"tsx": "^4.19.0"
},
"dependencies": {
"@clerk/clerk-react": "^5.60.0",
"@clerk/fastify": "^2.6.21"
}
}