-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.18 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.18 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
{
"private": true,
"type": "module",
"scripts": {
"start": "pnpm -F example start",
"prebuild": "unrun tools/contributors.ts && unrun tools/license.ts",
"build": "pnpm -r build",
"pretest": "unrun 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",
"@tsconfig/node20": "^20.1.8",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-allowed-dependencies": "^2.0.1",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"prettier": "3.8.3",
"tsdown": "^0.21.10",
"typescript-eslint": "catalog:dev",
"unrun": "^0.2.37",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}