UNPKG

@baptistecdr/aria2

Version:

Library for aria2, "The next generation download utility."

39 lines (38 loc) 1.17 kB
{ "name": "@baptistecdr/aria2", "version": "5.0.2", "description": "Library for aria2, \"The next generation download utility.\"", "homepage": "https://github.com/baptistecdr/aria2.js", "bugs": "https://github.com/baptistecdr/aria2.js/issues", "license": "ISC", "type": "module", "exports": { ".": { "browser": "./dist/esm-browser/bundle.js", "import": "./dist/esm/index.js", "default": "./dist/esm/index.js" }, "./package.json": "./package.json" }, "author": "Sonny Piers <sonny@fastmail.net>, Baptiste C. <11665396+baptistecdr@users.noreply.github.com>", "keywords": ["aria2", "download", "BitTorrent", "HTTP", "HTTPS", "FTP", "SFTP", "MetaLink", "magnet", "torrent"], "scripts": { "lint": "biome check", "lint:fix": "biome check --fix --unsafe", "test": "ava", "build": "rollup -c rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/baptistecdr/aria2.js.git" }, "devDependencies": { "@biomejs/biome": "1.9.4", "ava": "6.2.0", "rollup": "4.29.1", "rollup-plugin-polyfill-node": "0.13.0" }, "engines": { "node": ">= 20" } }