{
  "name": "@justalk/anime-api",
  "version": "3.0.0",
  "description": "An api for searching download links, streaming links, pages for your favorite animes",
  "main": "src/index.js",
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "test": "xo && nyc --reporter=html --reporter=text ava --verbose --timeout=1m",
    "test-no": "ava tests/dynamic/tests_search.js --verbose --timeout=1m",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustalK/ANIME-API.git"
  },
  "keywords": [
    "anime",
    "download",
    "scraper",
    "search",
    "manga",
    "anime-api",
    "streaming"
  ],
  "author": "Justal Kevin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JustalK/ANIME-API/issues"
  },
  "homepage": "https://github.com/JustalK/ANIME-API#readme",
  "devDependencies": {
    "ava": "^3.12.1",
    "coveralls": "^3.1.0",
    "nock": "^13.0.4",
    "nyc": "^15.1.0",
    "xo": "^0.33.1"
  },
  "dependencies": {
    "js-levenshtein": "^1.1.6",
    "jsdom": "^16.4.0",
    "puppeteer": "^5.2.1",
    "got": "^6.6.3",
    "winston": "^3.3.3"
  }
}
