mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "@pheralb/svgl-hono",
|
|
"author": "@pheralb_",
|
|
"version": "1.0.0",
|
|
"description": "Alternative SVGL API built with Hono",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "wrangler dev src/index.ts",
|
|
"deploy": "wrangler deploy --minify src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@upstash/ratelimit": "2.0.1",
|
|
"hono": "4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20240529.0",
|
|
"wrangler": "3.58.0"
|
|
}
|
|
}
|