Files
svgl/api-routes/package.json
T
2025-09-08 11:42:13 +01:00

22 lines
507 B
JSON

{
"name": "@pheralb/svgl-api",
"author": "@pheralb_",
"version": "1.0.1",
"description": "SVGL API built with Hono & Cloudflare.",
"private": true,
"license": "MIT",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"@upstash/ratelimit": "2.0.6",
"@upstash/redis": "1.35.3",
"hono": "4.9.6"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250906.0",
"wrangler": "4.34.0"
}
}