{ "name": "whattoplay-server", "private": true, "version": "2026.03.02", "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "start": "bun src/index.ts" }, "dependencies": { "@hono/zod-validator": "^0.5.0", "hono": "^4.7.0", "zod": "^3.24.0" } }