FairRelay / ops /backend-dm /package.json
MouleeswaranM's picture
Upload folder using huggingface_hub
fcf8749 verified
{
"name": "backend-dm",
"version": "1.0.0",
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/premnathsundarrajan4/backend-dm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://gitlab.com/premnathsundarrajan4/backend-dm/issues"
},
"homepage": "https://gitlab.com/premnathsundarrajan4/backend-dm#readme",
"dependencies": {
"@prisma/client": "6.19.0",
"archiver": "^7.0.1",
"axios": "^1.13.5",
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"helmet": "^8.1.0",
"joi": "^18.0.2",
"jsonwebtoken": "^9.0.3",
"prisma": "6.19.0",
"puppeteer": "^24.36.1",
"qrcode": "^1.5.4",
"socket.io": "^4.8.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.12.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"nodemon": "^3.1.11"
},
"prisma": {
"seed": "node prisma/seed.js"
}
}