1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/hono/package.json
2024-03-10 00:18:12 +09:00

16 lines
294 B
JSON

{
"name": "@kou029w/hello-hono",
"type": "module",
"bin": "bin/run.js",
"scripts": {
"start": "tsx watch main.ts"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
"hono": "^4.0.9",
"tsx": "^3.12.2"
},
"devDependencies": {
"@types/node": "^20.11.17"
}
}