{
  "name": "seo-scraper",
  "version": "2.0.2",
  "description": "Scrape SEO elements or whatever you need with this scraper built in Node.js",
  "main": "src/index.js",
  "author": "Nacho Mascort <nacho.mascort@gmail.com>",
  "license": "MIT",
  "keywords": [
    "SEO",
    "scraper",
    "SERP",
    "metadata",
    "google",
    "meta scraper"
  ],
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NachoSEO/seo-scraper.git"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "jsdom": "^16.4.0"
  },
  "devDependencies": {}
}
