{
  "name": "scrapademic",
  "version": "1.1.5",
  "description": "Academic profile scraper (Google Scholar, etc.)",
  "keywords": [
    "Scraper",
    "Scholar",
    "Google Scholar Scraper",
    "Google Scholar",
    "Research Paper Scraper",
    "Research Paper",
    "Researchgate Scraper",
    "Researchgate",
    "Academic"
  ],
  "homepage": "https://github.com/tesla1618/scrapademic#readme",
  "bugs": {
    "url": "https://github.com/tesla1618/scrapademic/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tesla1618/scrapademic.git"
  },
  "license": "MIT",
  "author": "Rajieb R.",
  "type": "module",
  "main": "index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "scrapademic": "./bin/cli.js"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "puppeteer": "^24.6.1",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2"
  }
}
