server/package.json

12 lines
No EOL
196 B
JSON

{
"name": "homespace-server",
"version": "0.0.1",
"module": "src/index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch ."
},
"dependencies": {
"hono": "^4.5.11"
}
}