UNPKG

aria2-client

Version:

A download client based on aria2 (a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink)

44 lines 1.24 kB
{ "name": "aria2-client", "version": "1.0.2", "description": "A download client based on aria2 (a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink)", "keywords": [ "download client", "aria2 client", "aria2", "download", "BitTorrent", "HTTP", "HTTPS", "FTP", "SFTP", "MetaLink", "magnet", "torrent" ], "author": "saeedp11 <saeed_abdi.p11@outlook.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/SaeedP11/aria2-client.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "aria2": "^4.1.2" }, "devDependencies": { "@types/node": "^20.6.3", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", "prettier": "^3.0.3", "typescript": "^5.2.2" }, "scripts": { "build": "npx tsc --build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "aria2-rpc": "aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all" } }