svgl/api-routes/package.json

21 lines
475 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": {
2024-09-27 20:32:45 +08:00
"@upstash/ratelimit": "2.0.3",
"hono": "4.6.3"
2024-05-11 02:23:26 +08:00
},
"devDependencies": {
2024-09-27 20:32:45 +08:00
"@cloudflare/workers-types": "4.20240925.0",
"wrangler": "3.78.11"
2024-05-11 02:23:26 +08:00
}
}