{
  "name": "serp",
  "version": "2.2.2",
  "description": "Scraper for Google search pages based on keywords and other parameters like localisation",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophebe/serp.git"
  },
  "homepage": "https://github.com/christophebe/serp",
  "main": "index.js",
  "scripts": {
    "test": "mocha 'test/**/*.js' --timeout 20000",
    "pretest": "rm -rf ./logs"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.11",
    "playwright": "^1.22.2",
    "request-promise-native": "^1.0.9"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.17.0",
    "eslint-config-adidas-es8": "^1.3.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-promise": "^6.0.0",
    "mocha": "^10.0.0",
    "simple-proxies": "^1.0.3"
  },
  "author": "",
  "license": "ISC",
  "keywords": [
    "google",
    "search",
    "scraper",
    "google scraper",
    "SERP",
    "SEO"
  ]
}
