mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "hono",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.19.13",
|
|
"hono": "^4.12.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.17",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |