-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.09 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
{
"private": true,
"type": "module",
"scripts": {
"start": "pnpm -F example start",
"prebuild": "node tools/contributors.ts && node tools/license.ts",
"build": "pnpm -r build",
"pretest": "node tools/make-tests.ts",
"test": "pnpm -r test",
"bench": "pnpm -F express-zod-api bench",
"lint": "oxlint --disable-nested-config && oxfmt --check",
"mdfix": "oxfmt '*.md'",
"precommit": "pnpm lint && pnpm build && pnpm test && git add *.md example/example.* LICENSE",
"install_hooks": "husky"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^26.0.1",
"@vitest/coverage-v8": "^4.1.5",
"eslint-plugin-allowed-dependencies": "^3.1.0",
"husky": "^9.1.7",
"openai": "^7.0.0",
"oxfmt": "0.62.0",
"oxlint": "^1.76.0",
"oxlint-plugin-eslint": "^1.76.0",
"tsdown": "^0.22.4",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
}