{
  "name": "allrecipes-scraper",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "_mocha --recursive ./test/integration"
  },
  "files": [
    "index.js",
    "package.json",
    "package-lock.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justinschw/allrecipes-scraper.git"
  },
  "keywords": [
    "allrecipes",
    "recipe",
    "scraper"
  ],
  "author": "jusschwa",
  "license": "ISC",
  "description": "A library to search and scrape recipes from allrecipes.com",
  "dependencies": {
    "axios": "1.7.4",
    "cheerio": "1.0.0"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "mocha": "10.7.3"
  }
}
