{
  "name": "nyaa.si-client",
  "version": "1.0.8",
  "main": "dist/cjs/index.cjs",
  "module": "dist/mjs/index.js",
  "types": "dist/types/index.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types/index.ts",
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "homepage": "https://github.com/Ashu11-A/Nyaa.si",
  "keywords": [
    "api",
    "pagination",
    "wrapper",
    "torrent",
    "anime",
    "wrapper-api",
    "anime-search",
    "nyaa-magnet-links",
    "nyaa",
    "anime-scraper",
    "wrapping",
    "nyaa-si",
    "torrent-search",
    "nyaasi",
    "nyaa-api",
    "torrent-search-tool"
  ],
  "author": {
    "name": "Ashu11-A",
    "email": "Matheusn.biolowons@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ashu11-A/Nyaa.si.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "bun run build.ts",
    "test": "bun run ./test/exemple.ts",
    "lint": "eslint -c eslint.config.js"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/bun": "latest",
    "@types/user-agents": "^1.0.4",
    "dts-bundle-generator": "^9.5.1",
    "eslint": "^9.17.0",
    "globals": "^15.14.0",
    "tsup": "^8.3.5",
    "@types/axios": "^0.14.4",
    "typescript-eslint": "^8.19.1"
  },
  "peerDependencies": {
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "cheerio": "^1.0.0",
    "nanoid": "^5.0.9",
    "node-html-markdown": "^1.3.0",
    "puppeteer": "^23.11.1",
    "user-agents": "^1.1.413"
  },
  "overrides": {
    "object-assign": "npm:@socketregistry/object-assign@^1"
  },
  "resolutions": {
    "object-assign": "npm:@socketregistry/object-assign@^1"
  }
}
