-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.35 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.35 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "schema-benchmarks",
"private": true,
"type": "module",
"scripts": {
"format": "oxfmt",
"lint": "oxlint",
"check": "oxfmt --check && oxlint",
"test": "pnpm run -r test",
"typecheck": "pnpm run -r typecheck",
"typecheck:tsc": "pnpm run -r typecheck:tsc",
"schemas:build": "pnpm run --filter schemas build",
"website:dev": "pnpm run --filter website dev",
"website:build": "pnpm run --filter website build",
"website:serve": "pnpm run --filter website serve",
"website:storybook": "pnpm run --filter website storybook",
"bench:bench": "pnpm run --filter '*/bench' bench",
"bench:download": "pnpm run --filter '*/bench' download",
"bench:stack": "pnpm run --filter '*/bench' stack",
"bench:all": "pnpm bench:download && pnpm bench:bench && pnpm bench:stack",
"postinstall": "lefthook install",
"knip": "knip"
},
"devDependencies": {
"@types/node": "catalog:",
"knip": "^6.4.1",
"lefthook": "^2.1.6",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.1",
"playwright": "catalog:",
"typescript": "catalog:"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"overrides": {
"vite": "catalog:"
}
}
}