naukri-ninja
Version:
Naukri automation tool to fetch, filter , and apply for jobs automatically using gen ai.
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "naukri-ninja",
"version": "2.12.25",
"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",
"pkg": "pkg . --output ../naukri-ninja.exe --targets node18-win-x64"
},
"keywords": [
"automation",
"job-search",
"job-application",
"naukri",
"naukri-automation",
"naukri-automation-tool",
"automatic job application"
],
"license": "ISC",
"bin": {
"naukri-ninja": "index.js"
},
"dependencies": {
"@google-cloud/vertexai": "^1.9.3",
"@google/generative-ai": "^0.21.0",
"@inquirer/prompts": "^7.2.3",
"csv-writer": "^1.6.0",
"follow-redirects": "^1.15.9",
"naukri-ninja": "file:",
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"spinnies": "^0.5.1",
"unzipper": "^0.12.3"
}
}