{ "name": "app", "type": "module", "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc" }, "dependencies": { "@hono/node-server": "^1.13.8", "hono": "^4.7.2", "serve-static": "^1.16.2" }, "devDependencies": { "@types/node": "^20.11.17", "tsx": "^4.7.1", "typescript": "^5.6.3" } }