{
  "name": "ichime-ts-api-client",
  "version": "1.1.1",
  "description": "TypeScript API client for anime365",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dimensi/ichime-ts-api-client"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit",
    "prepublish": "pnpm build"
  },
  "keywords": [
    "anime",
    "api",
    "client",
    "smotret-anime"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.3.13",
    "@types/node": "^25.1.0",
    "@types/tough-cookie": "^4.0.5",
    "tsdown": "^0.20.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "cheerio": "^1.2.0",
    "domhandler": "5.0.3",
    "dotenv": "^17.2.3",
    "tough-cookie": "^6.0.0"
  }
}
