{
  "name": "screpe",
  "version": "0.0.1",
  "description": "A recipe based scraper. Turn HTML into JSON with ease.",
  "categories": [
    "Formatters",
    "Visualization",
    "Other"
  ],
  "keywords": [
    "scrap",
    "scraping",
    "website-scraping",
    "scraper",
    "html-to-json"
  ],
  "main": "src/index.js",
  "homepage": "https://andresilveirah.github.io/screpe/",
  "repository": "https://github.com/andresilveirah/screpe",
  "author": "André Herculano",
  "license": "MIT",
  "private": false,
  "scripts": {
    "lint": "eslint .",
    "test": "jest"
  },
  "devDependencies": {
    "eslint": "^7.21.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "jest": "^26.6.3",
    "jsdom": "^16.4.0"
  }
}
