-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.77 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
41
42
{
"name": "schema-benchmarks",
"private": true,
"type": "module",
"scripts": {
"format": "oxfmt",
"lint": "oxlint",
"check": "oxfmt --check && oxlint",
"test": "pnpm run -r test",
"coverage": "pnpm run -r coverage",
"typecheck": "pnpm run -r typecheck",
"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 @schema-benchmarks/bench bench",
"bench:download": "pnpm run --filter @schema-benchmarks/bench download",
"bench:json-schema": "pnpm run --filter @schema-benchmarks/bench json-schema",
"bench:stack": "pnpm run --filter @schema-benchmarks/bench stack",
"bench:all": "pnpm bench:download && pnpm bench:bench && pnpm bench:json-schema && pnpm bench:stack",
"json-schema-tests:checkout": "pnpm run --filter json-schema-tests checkout",
"json-schema-tests:bump": "pnpm run --filter json-schema-tests bump:test-suite-commit",
"postinstall": "lefthook install",
"knip": "knip",
"e2e": "pnpm run -r e2e"
},
"devDependencies": {
"@types/node": "catalog:",
"eslint-plugin-depend": "^1.5.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-playwright": "^2.11.0",
"knip": "^6.34.0",
"lefthook": "^2.1.12",
"oxfmt": "catalog:",
"oxlint": "^1.81.0",
"oxlint-tsgolint": "^7.0.2001",
"playwright": "catalog:",
"typescript": "catalog:"
},
"packageManager": "pnpm@11.24.0+sha512.bd27e345e976dcb0be0b7a1228217b049a817e21b1f355c90dbe7dc46671895a8bc1e6d06c24554505ea93ea0b45f489a27ec1bfbc8de6a9659fca0f16fa0000"
}