UNPKG

qbittorrent-api-client

Version:
52 lines (51 loc) 1.18 kB
{ "name": "qbittorrent-api-client", "version": "0.5.1", "description": "JavaScript client for qBittorrent api", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/super-bunny/qBittorrent-api-client-js.git" }, "keywords": [ "qBittorrent", "api", "client" ], "author": { "name": "Clovis de Villars", "url": "https://github.com/super-bunny" }, "license": "ISC", "bugs": { "url": "https://github.com/super-bunny/qBittorrent-api-client-js/issues" }, "homepage": "https://github.com/super-bunny/qBittorrent-api-client-js#readme", "devDependencies": { "@types/node": "^16.11.48", "tsc": "^2.0.4", "tsup": "^8.0.2" }, "dependencies": { "axios": "^0.27.2", "form-data": "^4.0.0", "typescript": "^5.4.3" } }