{
  "name": "ani-client",
  "version": "2.5.0",
  "description": "A simple and typed client to fetch anime, manga, characters and user data from AniList",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./redis": {
      "types": "./dist/redis.d.ts",
      "import": "./dist/redis.mjs",
      "require": "./dist/redis.js"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "test": "vitest run",
    "test:unit": "vitest run --project unit",
    "test:integration": "vitest run --project integration",
    "test:coverage": "vitest run --project unit --coverage",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "pnpm run build",
    "docs:dev": "vitepress dev docs",
    "docs:build": "pnpm run build && vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "keywords": [
    "anilist",
    "anime",
    "manga",
    "graphql",
    "api",
    "client",
    "typescript"
  ],
  "author": "gonzyui",
  "license": "MIT",
  "engines": {
    "node": ">=22.13.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gonzyui/ani-client.git"
  },
  "homepage": "https://ani-client.js.org",
  "bugs": {
    "url": "https://github.com/gonzyui/ani-client/issues"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.0",
    "@types/node": "^25.9.3",
    "@vercel/analytics": "^2.0.1",
    "@vitest/coverage-v8": "^4.1.8",
    "ani-client": "^2.4.0",
    "tsup": "^8.5.1",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.8",
    "vue": "^3.5.38"
  },
  "packageManager": "pnpm@11.5.1"
}
