{ "name": "@svgl/api", "author": "@pheralb_", "version": "1.1.0", "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.4", "hono": "4.9.8" }, "devDependencies": { "@cloudflare/workers-types": "4.20250924.0", "wrangler": "4.40.0" } }