{ "name": "backend", "version": "1.0.0", "main": "index.js", "scripts": { "start": "ts-node src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@fastify/cors": "^10.0.1", "@prisma/client": "^6.0.1", "axios": "^1.7.9", "bcrypt": "^5.1.1", "fastify": "^5.1.0", "jsonwebtoken": "^9.0.2", "prisma": "^6.0.1", "sqlite3": "^5.1.7" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "description": "" }