mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 15:03:53 +05:00
17 lines
No EOL
388 B
JSON
17 lines
No EOL
388 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": {
|
|
"@types/node": "^20.11.17",
|
|
"wrangler": "^4.4.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
} |