{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "name": "serpapi",
  "version": "2.0.0",
  "description": "Scrape and parse search engine results using SerpApi.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serpapi/serpapi-javascript.git"
  },
  "bugs": {
    "url": "https://github.com/serpapi/serpapi-javascript/issues"
  },
  "keywords": [
    "serpapi",
    "serp api",
    "scrape",
    "google",
    "search",
    "api",
    "query",
    "json",
    "html",
    "image",
    "automated",
    "localization",
    "news",
    "seo",
    "walmart",
    "yahoo",
    "yandex",
    "scholar",
    "bing",
    "baidu",
    "ebay",
    "youtube",
    "apple",
    "store",
    "app",
    "homedepot",
    "naver",
    "duckduckgo"
  ],
  "contributors": [
    {
      "name": "Sebastian Quek",
      "email": "sebastian@serpapi.com"
    },
    {
      "name": "Yicheng Zhou",
      "email": "zyc9012@gmail.com"
    }
  ],
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "devDependencies": {
    "@types/node": "^18.11.9"
  }
}