forked from consentdotio/benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 727 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 727 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
{
"name": "cookiebench",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --filter=benchmarks",
"lint": "turbo run lint",
"fmt": "turbo fmt",
"check-types": "turbo run check-types",
"benchmark": "turbo run benchmark",
"results": "pnpm exec benchmark-cli results",
"db": "pnpm exec benchmark-cli db"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@c15t/translations": "^1.0.0",
"@cookiebench/cli": "workspace:*",
"@playwright/test": "^1.42.1",
"cli-table3": "^0.6.5",
"drizzle-kit": "^0.31.1",
"p-limit": "^6.2.0",
"pretty-ms": "^9.2.0",
"turbo": "^2.5.3",
"typescript": "5.8.3"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
}
}