application-mailer
Version:
tool to send bulk applications
26 lines (25 loc) • 534 B
JSON
{
"name": "application-mailer",
"version": "1.0.3",
"description": "tool to send bulk applications",
"main": "application-mailer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SayakGH/Application-Mailer.git"
},
"keywords": [
"email",
"application",
"job",
"internship"
],
"author": "Sayak Ghosh",
"license": "ISC",
"dependencies": {
"csv-parser": "^3.2.0",
"nodemailer": "^7.0.3"
}
}