UNPKG

@ctrl/qbittorrent

Version:

TypeScript api wrapper for qbittorrent using ofetch

68 lines (67 loc) 1.58 kB
{ "name": "@ctrl/qbittorrent", "version": "9.11.2", "description": "TypeScript api wrapper for qbittorrent using ofetch", "keywords": [ "qbittorrent", "typescript" ], "homepage": "https://qbittorrent.ep.workers.dev", "license": "MIT", "author": "Scott Cooper <scttcper@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/scttcper/qbittorrent.git" }, "files": [ "dist/src" ], "type": "module", "sideEffects": false, "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "publishConfig": { "access": "public", "provenance": true }, "scripts": { "lint": "oxfmt --check && oxlint .", "lint:fix": "oxfmt && oxlint . --fix", "prepare": "npm run build", "build": "tsc", "build:docs": "typedoc", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@ctrl/magnet-link": "^4.3.0", "@ctrl/shared-torrent": "^6.5.1", "@ctrl/torrent-file": "^4.5.0", "cookie": "^1.1.1", "node-fetch-native": "^1.6.7", "ofetch": "^1.5.1", "type-fest": "^5.4.4", "ufo": "^1.6.3", "uint8array-extras": "^1.5.0" }, "devDependencies": { "@ctrl/oxlint-config": "1.4.0", "@sindresorhus/tsconfig": "8.1.0", "@types/node": "25.2.3", "oxfmt": "0.33.0", "oxlint": "1.48.0", "p-wait-for": "6.0.0", "typedoc": "0.28.17", "typescript": "5.9.3", "vitest": "4.0.18" }, "release": { "branches": [ "master" ] }, "engines": { "node": ">=18" }, "packageManager": "pnpm@10.29.3" }