1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/hono/package.json

17 lines
294 B
JSON
Raw Normal View History

2024-03-10 00:18:12 +09:00
{
"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"
}
}