forked from fastify/fastify-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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",
"scripts": {
"build": "pnpm --filter './packages/*' run --if-present build",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"lint": " pnpm -r run lint && oxlint .",
"lint:fix": "pnpm -r run lint:fix && oxlint --fix .",
"test": "pnpm --filter './packages/*' run --if-present test",
"test:e2e": "pnpm --filter './e2e/*' run test",
"prepare": "husky",
"prep-for-dev": "zx package.mjs --prep-for-dev",
"prep-for-release": "zx package.mjs --prep-for-release"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"vite": "catalog:",
"vitest": "catalog:",
"zx": "^8.8.5"
},
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"typescript"
]
}
}
}