Files
summerflare/package.json
Acid Chicken (硫酸鶏) 79d0dafaa2 fix: decode html entities
2024-05-28 16:39:22 +09:00

19 lines
437 B
JSON

{
"packageManager": "pnpm@8.3.1",
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.1.17",
"@cloudflare/workers-types": "^4.20240524.0",
"@types/whatwg-mimetype": "^3.0.2",
"vitest": "1.3.0",
"wrangler": "^3.57.1"
},
"dependencies": {
"hono": "^4.4.0",
"html-entities": "^2.5.2",
"jschardet": "^3.1.2",
"summaly": "^2.7.0",
"whatwg-mimetype": "^4.0.0",
"zod": "^3.23.8"
}
}