{
  "name": "naukri-ninja",
  "version": "2.12.33",
  "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",
    "node-fetch": "^3.3.2",
    "nodemailer": "^8.0.7",
    "spinnies": "^0.5.1",
    "unzipper": "^0.12.3"
  }
}
