-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.23 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.23 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
{
"private": true,
"type": "module",
"scripts": {
"start": "pnpm -F example start",
"prebuild": "tsx tools/contributors.ts && tsx tools/license.ts",
"build": "pnpm -r build",
"pretest": "tsx tools/make-tests.ts",
"test": "pnpm -r test",
"bench": "pnpm -F express-zod-api bench",
"lint": "eslint && prettier *.md **/*.md --check",
"mdfix": "prettier *.md **/*.md --write",
"precommit": "pnpm lint && pnpm build && pnpm test && git add *.md example/example.* LICENSE",
"install_hooks": "husky"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@eslint/js": "^10.0.0",
"@tsconfig/node20": "^20.1.8",
"@types/node": "^24.10.9",
"@vitest/coverage-v8": "^4.0.16",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-allowed-dependencies": "^2.1.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^17.3.0",
"husky": "^9.1.7",
"prettier": "3.8.1",
"tsdown": "^0.20.0",
"tsx": "^4.21.0",
"typescript-eslint": "catalog:dev",
"vitest": "^4.0.16"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}