An error occurred while loading the file. Please try again.
-
Reshmi authored24ae4a5b
This project manages its dependencies using npm.
Learn more
{
"name": "hasuranodecomponent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"csv-parser": "^3.0.0",
"http-proxy-middleware": "^2.0.6",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
}
}