server/package.json

14 lines
253 B
JSON
Raw Normal View History

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