Backend/package.json
2021-12-31 15:03:23 +05:30

33 lines
685 B
JSON

{
"name": "cma_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"cryptr": "^6.0.2",
"dateformat": "^5.0.2",
"express": "^4.17.1",
"express-session": "^1.17.2",
"https": "^1.0.0",
"md5": "^2.3.0",
"msg91": "^0.0.6",
"msg91-sms": "^1.0.1",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"sendotp": "^1.2.9",
"ws": "^8.4.0"
}
}