{
  "name": "@drjohnvidler/google-scholar-scrape",
  "version": "1.2.1",
  "description": "Scrapes Google Scholar data to a usable JSON API",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "google",
    "scholar",
    "scrape",
    "api"
  ],
  "author": "John Vidler",
  "license": "MIT",
  "dependencies": {
    "node-html-parser": "^7.0.1",
    "puppeteer": "^24.6.1"
  },
  "type": "module"
}
