{
  "name": "@cao-mei-you-ren/qbittorrent",
  "version": "1.1.0",
  "description": "TypeScript api wrapper for qbittorrent using got",
  "author": "CaoMeiYouRen",
  "contributors": [
    "Scott Cooper <scttcper@gmail.com>",
    "CaoMeiYouRen"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CaoMeiYouRen/qbittorrent.git"
  },
  "homepage": "https://qbittorrent.vercel.app",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "typescript",
    "qbittorrent"
  ],
  "scripts": {
    "lint": "pnpm run '/^(lint:biome|lint:eslint)$/'",
    "lint:biome": "biome check .",
    "lint:eslint": "eslint --ext .ts,.tsx .",
    "lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
    "lint:eslint:fix": "eslint --ext .ts,.tsx . --fix",
    "lint:biome:fix": "biome check . --apply",
    "build": "tsup",
    "build:docs": "typedoc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
  },
  "dependencies": {
    "@cao-mei-you-ren/torrent-file": "^1.0.0",
    "@ctrl/magnet-link": "^4.0.1",
    "@ctrl/shared-torrent": "^6.0.0",
    "cookie": "^0.6.0",
    "node-fetch-native": "^1.6.2",
    "ofetch": "^1.3.3",
    "ufo": "^1.4.0",
    "uint8array-extras": "^1.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.6.0",
    "@ctrl/eslint-config-biome": "2.1.1",
    "@sindresorhus/tsconfig": "5.0.0",
    "@types/cookie": "0.6.0",
    "@types/node": "20.11.25",
    "@vitest/coverage-v8": "1.3.1",
    "p-wait-for": "5.0.2",
    "tsup": "^8.0.2",
    "typedoc": "0.25.12",
    "typescript": "5.4.2",
    "vitest": "1.3.1"
  },
  "release": {
    "branches": [
      "master"
    ]
  },
  "engines": {
    "node": ">=18"
  }
}
