{
  "name": "node-torbox-api",
  "version": "0.1.4",
  "description": "Node.js client for Torbox API",
  "type": "module",
  "engines": {
    "node": ">= 20.9 < 21"
  },
  "devDependencies": {
    "@eslint/js": "~9.10",
    "@types/eslint__js": "~8.42",
    "@types/node": "^20.17.6",
    "@typescript-eslint/parser": "~8.5",
    "@vitest/coverage-v8": "~2.1",
    "@vitest/eslint-plugin": "~1.1",
    "eslint": "~9.10",
    "eslint-config-prettier": "~9.1",
    "globals": "~15.9",
    "prettier": "~3.3",
    "rimraf": "~6.0",
    "ts-api-utils": "~1.3",
    "typescript": "~5.5",
    "typescript-eslint": "~8.5",
    "vitest": "~2.1"
  },
  "scripts": {
    "clean": "rimraf coverage build tmp",
    "prebuild": "npm run lint",
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "build:release": "npm run clean && tsc -p tsconfig.release.json",
    "lint": "eslint .",
    "test": "vitest run unit",
    "test:coverage": "vitest run unit --coverage.enabled --coverage.all",
    "prettier": "prettier \"{src,__{tests}__}/**/*.{ts,mts}\" --config .prettierrc --write",
    "prettier:check": "prettier \"{src,__{tests}__}/**/*.{ts,mts}\" --config .prettierrc --check",
    "test:watch": "vitest unit",
    "prepublishOnly": "npm run build:release"
  },
  "author": "kekazoh",
  "license": "Apache-2.0",
  "dependencies": {
    "tslib": "~2.7"
  },
  "volta": {
    "node": "20.17.0"
  },
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "src",
    "build",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "require": "./build/src/index.js",
      "import": "./build/src/index.js",
      "types": "./build/src/index.d.ts"
    }
  },
  "keywords": [
    "torbox",
    "api",
    "client",
    "torrent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kekazoh/node-torbox-api.git"
  },
  "bugs": {
    "url": "https://github.com/kekazoh/node-torbox-api/issues"
  },
  "homepage": "https://github.com/kekazoh/node-torbox-api#readme"
}
