-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 593 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "dealbot",
"version": "1.0.0",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"scripts": {
"build": "turbo run build",
"check": "turbo run check",
"check:types": "turbo run check:types",
"dev": "turbo run dev",
"dev:bot": "pnpm run dev --filter @dealbot/bot",
"dev:web": "pnpm run dev --filter @dealbot/web",
"start": "turbo run start"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"turbo": "^2.5.5"
}
}