26 lines
527 B
JSON
26 lines
527 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.33.0",
|
|
"dependencies": {
|
|
"@fastify/cors": "^11.2.0",
|
|
"@prisma/client": "^7.8.0",
|
|
"fastify": "^5.8.5",
|
|
"prisma": "^7.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"nodemon": "^3.1.14",
|
|
"tsx": "^4.22.3",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|