-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.04 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
{
"private": true,
"type": "module",
"scripts": {
"lint": "eslint",
"pretest": "unrun tools/make-tests.ts",
"test": "pnpm -r test",
"mdfix": "prettier *.md --write",
"start": "pnpm -F example start",
"build": "pnpm -r build",
"precommit": "pnpm lint && pnpm build && pnpm test && git add example/example*.*",
"hooks": "husky"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.1",
"@tsconfig/node20": "^20.1.5",
"@types/node": "^25.0.2",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-allowed-dependencies": "^2.1.0",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.0.10",
"prettier": "3.8.3",
"tsdown": "^0.21.4",
"unrun": "^0.2.32",
"typescript": "catalog:dev",
"typescript-eslint": "~8.55.0",
"vitest": "^4.1.2"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}