feat: very preliminary but its okay

This commit is contained in:
2026-02-04 00:04:16 +01:00
commit aa089a5eab
8 changed files with 644 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "flightaware-proxy",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"hono": "^4.11.7",
"ky": "^1.14.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260131.0",
"wrangler": "^4.4.0"
}
}