mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
15 lines
No EOL
313 B
JSON
15 lines
No EOL
313 B
JSON
{
|
|
"name": "themepark-assistant",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy --minify",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^4.4.0"
|
|
}
|
|
} |