mirror of
https://github.com/misskey-dev/summerflare.git
synced 2025-08-05 16:24:48 +09:00
19 lines
437 B
JSON
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"
|
|
}
|
|
}
|