{ "name": "backend", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "dev": "ts-node-dev --respawn --transpile-only src/index.ts", "start": "node dist/index.js", "build": "tsc" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@prisma/client": "^6.16.2", "bcrypt": "^6.0.0", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.21.2", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@types/bcrypt": "^6.0.0", "@types/bcryptjs": "^2.4.6", "@types/cors": "^2.8.17", "@types/express": "^4.17.23", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^20.12.12", "prisma": "^6.16.2", "ts-node-dev": "^2.0.0", "typescript": "^5.4.5" } }