mirror of
https://github.com/misskey-dev/summerflare.git
synced 2025-08-05 16:24:48 +09:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"packageManager": "pnpm@8.3.1",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230511.0",
|
|
"@types/whatwg-mimetype": "^3.0.1",
|
|
"vitest": "^0.31.0",
|
|
"wrangler": "^2.20.0"
|
|
},
|
|
"dependencies": {
|
|
"@zxing/text-encoding": "^0.9.0",
|
|
"hono": "^3.1.8",
|
|
"html-entities": "^2.3.3",
|
|
"summaly": "^2.7.0",
|
|
"whatwg-mimetype": "^3.0.0"
|
|
}
|
|
}
|