UNPKG

torrent-to-pixeldrain

Version:

Allows you to download a torrent and upload it to pixeldrain.com

48 lines (47 loc) 1.19 kB
{ "name": "torrent-to-pixeldrain", "version": "0.2.6", "description": "Allows you to download a torrent and upload it to pixeldrain.com", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "moduleDirectories": [ "node_modules", "src" ], "scripts": { "build": "npx tsc", "test": "jest --silent=false --runInBand --forceExit", "update": "npx tsc && npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/gehirudm/torrent-to-pixeldrain" }, "homepage": "https://github.com/gehirudm/torrent-to-pixeldrain#readme", "author": "Gehiru Damnidu", "license": "ISC", "keywords": [ "pixeldrain", "torrent" ], "dependencies": { "@supercharge/fs": "^3.4.0", "archiver": "^5.3.1", "parse-torrent": "^9.1.5", "pixeldrainjs": "^0.3.8", "typescript": "^5.0.4", "webtorrent": "^1.9.7" }, "devDependencies": { "@types/archiver": "^5.3.2", "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "@types/parse-torrent": "^5.8.4", "@types/webtorrent": "^0.109.3", "jest": "^29.5.0", "ts-jest": "^29.1.0" } }