mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "app",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.13.8",
|
|
"hono": "^4.7.2",
|
|
"serve-static": "^1.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.17",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
} |