36 lines
778 B
JSON
36 lines
778 B
JSON
{
|
|
"name": "survey-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@prisma/client": "^6.19.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"prisma": "^6.19.0",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/express": "^5.0.5",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^24.10.1",
|
|
"nodemon": "^3.1.11",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|