mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
17 lines
294 B
JSON
17 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"
|
||
|
}
|
||
|
}
|