{
  "name": "animeflv-api",
  "version": "2.0.0",
  "description": "Un web-scrapper cuya función es obtener información del sitio conocido como AnimeFLV.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "node dist/index.js",
    "test": "mocha -r ts-node/register ./test/test.ts",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MixDevCode/animeflv-api.git"
  },
  "keywords": [
    "scrapper",
    "animeflv",
    "anime"
  ],
  "contributors": [
    {
      "name": "MixDevCode",
      "url": "https://github.com/MixDevCode/"
    },
    {
      "name": "ShompiFlen",
      "url": "https://github.com/Shompi"
    }
  ],
  "license": "ISC",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "cloudscraper": "^4.6.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1"
  }
}
