naukri-automation-tool
Version:
Naukri automation tool to fetch, filter, and apply for jobs automatically using gen ai.
35 lines (34 loc) • 975 B
JSON
{
"name": "naukri-automation-tool",
"version": "2.7.7",
"description": "Naukri automation tool to fetch, filter, and apply for jobs automatically using gen ai.",
"main": "index.js",
"author": "Pranesh Nangare",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "npx nodemon --trace-deprecation --inspect index.js --ignore data",
"dev": "node --no-warnings index.js"
},
"keywords": [
"automation",
"job-search",
"job-application",
"naukri",
"naukri-automation",
"naukri-automation-tool",
"automatic job application"
],
"license": "ISC",
"bin": {
"naukri-automation-tool": "index.js"
},
"dependencies": {
"@google-cloud/vertexai": "^1.1.0",
"@google/generative-ai": "^0.21.0",
"@inquirer/prompts": "^7.2.3",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"naukri-automation-tool": "file:",
"nodemailer": "^6.10.0"
}
}