{
"name": "@dhtml-examples/ssr",
"private": true,
"type": "module",
"scripts": {
"start": "node --watch main.ts",
"check": "tsc"
},
"devDependencies": {
"typescript": "catalog:"
},
"dependencies": {
"@hono/node-server": "^1.15.0",
"amaro": "^1.1.0",
"hono": "^4.8.3"
},
"optionalDependencies": {
"dhtml": "file:../../dist"
}
}