svgl/api-routes/package.json

21 lines
474 B
JSON
Raw Normal View History

2024-05-11 02:23:26 +08:00
{
"name": "@pheralb/svgl-hono",
"author": "@pheralb_",
"version": "1.0.0",
"description": "Alternative SVGL API built with Hono",
"private": true,
"license": "MIT",
2024-05-11 02:23:26 +08:00
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"@upstash/ratelimit": "2.0.1",
2024-08-23 00:45:14 +08:00
"hono": "4.5.8"
2024-05-11 02:23:26 +08:00
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240529.0",
"wrangler": "3.58.0"
2024-05-11 02:23:26 +08:00
}
}