mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
16 lines
294 B
JSON
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"
|
|
}
|
|
}
|