mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 15:03:53 +05:00
15 lines
No EOL
328 B
JSON
15 lines
No EOL
328 B
JSON
{
|
|
"name": "anixart-serverless-api-proxy",
|
|
"type": "module",
|
|
"scripts": {
|
|
"cf-dev": "wrangler dev",
|
|
"cf-deploy": "wrangler deploy --minify",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^4.4.0"
|
|
}
|
|
} |