-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.38 KB
/
package.json
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
36
37
38
39
40
41
{
"type": "module",
"scripts": {
"prepare": "pnpm --package [email protected] dlx husky",
"wrangler": "pnpm --package [email protected] dlx wrangler",
"dev": "pnpm wrangler dev --port 8686",
"ci:pack": "pnpm rslib build && npm pack ./dist/bin --pack-destination ./dist/bin && npm pack ./dist/lib --pack-destination ./dist/lib"
},
"license": "MIT",
"dependencies": {
"@types/lodash-es": "^4.17.12",
"@types/semver": "^7.5.8",
"@zip.js/zip.js": "^2.7.52",
"hono": "^4.6.7",
"lodash-es": "^4.17.21",
"semver": "^7.6.3",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cloudflare/workers-types": "^4.20241022.0",
"@hono/node-server": "^1.13.4",
"@rslib/core": "^0.0.15",
"@std/cli": "npm:@jsr/std__cli@^1.0.6",
"@types/deno": "^2.0.0",
"bun-types": "^1.1.33",
"glob": "^11.0.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.3"
},
"sideEffects": ["runtimes/**", "binary/**"],
"nano-staged": {
"*.{js,ts,jsx,tsx,css,scss,mjs,cjs,mts,cts}": "biome check --write --diagnostic-level=error --no-errors-on-unmatched"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"pnpm": {
"patchedDependencies": {
"xmlbuilder2": "patches/xmlbuilder2.patch"
}
}
}