{
  "name": "google-search-results-nodejs",
  "version": "2.1.0",
  "description": "Google Search Node JS API via SerpApi.com",
  "scripts": {
    "test": "mocha",
    "coverage": "mocha -R test && npm run coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serpapi/google-search-results-nodejs.git"
  },
  "keywords": [
    "google",
    "search",
    "scrape",
    "api",
    "query",
    "json",
    "html",
    "image",
    "automated",
    "localization",
    "serp",
    "serpapi",
    "image",
    "news",
    "seo",
    "walmart",
    "yahoo",
    "yandex",
    "scholar",
    "bing",
    "baidu",
    "ebay",
    "youtube",
    "apple",
    "store",
    "app",
    "homedepot",
    "naver",
    "duckduckgo"
  ],
  "devDependencies": {
    "braces": ">=2.3.1",
    "expect": "^26.4.2",
    "minimist": ">=0.2.1",
    "mocha": "^8.4.0"
  },
  "author": "Victor Benarbia victor@serpapi.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/serpapi/google-search-results-nodejs/issues"
  },
  "homepage": "https://github.com/serpapi/google-search-results-nodejs#readme",
  "main": "lib/main.js",
  "files": [
    "lib/BaiduSearch.js",
    "lib/BingSearch.js",
    "lib/EbaySearch.js",
    "lib/GoogleSearch.js",
    "lib/SerpApiSearch.js",
    "lib/WalmartSearch.js",
    "lib/YahooSearch.js",
    "lib/YandexSearch.js",
    "lib/YoutubeSearch.js",
    "lib/DuckDuckGoSearch.js",
    "lib/HomeDepotSearch.js",
    "lib/AppleAppStoreSearch.js",
    "lib/NaverSearch.js"
  ]
}
