This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
concord/backend/package.json
2026-05-01 15:45:27 -04:00

23 lines
481 B
JSON

{
"name": "app",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"dotenv": "^17.4.2",
"elysia": "latest",
"pg": "^8.20.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/pg": "^8.20.0",
"bun-types": "latest",
"prisma": "^7.8.0"
},
"module": "src/index.js"
}