{
  "name": "animob",
  "version": "1.0.2",
  "description": "Node.js library for streaming anime, reading manga, and accessing anime/manga metadata through multiple providers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.json",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "lint": "prettier --write .",
    "prepare": "husky || true",
    "test": "jest",
    "test:anime": "jest ./test/anime",
    "test:anime:kaa": "jest ./test/anime/kickassanime.test.ts",
    "test:books": "jest ./test/books",
    "test:comics": "jest ./test/comics",
    "test:movies": "jest ./test/movies",
    "test:manga": "jest ./test/manga",
    "test:lightnovels": "jest ./test/light-novels",
    "test:news": "jest ./test/news",
    "test:meta": "jest ./test/meta",
    "test:meta:anilist": "jest ./test/meta/anilist.test.ts",
    "test:meta:tmdb": "jest ./test/meta/tmdb.test.ts"
  },
  "pre-commit": [
    "lint",
    "build"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "animb.png"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dksmadboy/animob.git"
  },
  "keywords": [
    "anime",
    "manga",
    "streaming",
    "scraper",
    "animob",
    "anime-api",
    "manga-api",
    "anilist",
    "mangadex",
    "hianime",
    "animepahe",
    "metadata",
    "entertainment"
  ],
  "author": "Animob Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dksmadboy/animob/issues"
  },
  "homepage": "https://github.com/dksmadboy/animob#readme",
  "dependencies": {
    "ascii-url-encoder": "^1.2.0",
    "axios": "^1.7.9",
    "cheerio": "^1.0.0-rc.12",
    "crypto-js": "^4.1.1",
    "domhandler": "^5.0.3",
    "form-data": "^4.0.0",
    "got": "^11.8.6",
    "got-scraping": "^3.2.13",
    "husky": "^9.1.1",
    "node-fetch": "^2.7.0",
    "yarn": "^1.22.22"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-angular": "^17.6.3",
    "@types/crypto-js": "^4.1.1",
    "@types/jest": "^29.5.1",
    "@types/node": "^20.2.1",
    "@types/ws": "^8.5.4",
    "auto-changelog": "^2.4.0",
    "cloudscraper": "^4.6.0",
    "is-ci": "^3.0.1",
    "jest": "^29.5.0",
    "pre-commit": "^1.0.10",
    "prettier": "^2.8.8",
    "request": "^2.88.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "auto-changelog": {
    "template": "keepachangelog",
    "preset": "typescript-preset-eslint",
    "output": "CHANGELOG.md",
    "commitUrl": "https://github.com/dksmadboy/animob/commit/{id}",
    "compareUrl": "https://github.com/dksmadboy/animob/compare/{from}...{to}",
    "issueUrl": "https://github.com/dksmadboy/animob/issues/{id}",
    "mergeUrl": "https://github.com/dksmadboy/animob/pull/{id}"
  },
  "directories": {
    "example": "examples",
    "test": "test",
    "lib": "src"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
