cps_b2c / package.json
Rakshitjan's picture
Update package.json
2795730 verified
raw
history blame contribute delete
726 Bytes
{
"name": "cpv-platform-api",
"version": "1.0.0",
"description": "Customer Profile Verification Platform API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": ["cpv", "api", "mongodb", "authentication"],
"author": "Rakshit Jangid",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"multer": "^1.4.5-lts.1",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"pdfkit": "^0.13.0",
"uuid": "^9.0.1",
"dotenv": "^16.3.1",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"axios": "^1.6.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}