@naria2/node
Version:
Cross-platform wrapper of aria2
90 lines • 2.06 kB
JSON
{
"name": "@naria2/node",
"version": "0.1.2",
"description": "Cross-platform wrapper of aria2",
"keywords": [
"aria2",
"download",
"metalink",
"magnet",
"ftp",
"bittorrent"
],
"homepage": "https://github.com/yjl9903/naria2#readme",
"bugs": {
"url": "https://github.com/yjl9903/naria2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yjl9903/naria2.git"
},
"license": "MIT",
"author": "XLor",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./ui": {
"require": "./dist/ui.cjs",
"import": "./dist/ui.mjs",
"types": "./dist/ui.d.ts"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist",
"client",
"**/*.mjs"
],
"dependencies": {
"@breadc/color": "^0.9.7",
"@breadc/death": "^0.9.7",
"execa": "^9.4.0",
"finalhandler": "^1.3.1",
"get-port": "^7.1.0",
"http-proxy-middleware": "^3.0.3",
"maria2": "0.3.4",
"open": "^10.1.0",
"serve-static": "^1.16.2",
"type-fest": "^4.26.1",
"ws": "^8.18.0",
"@naria2/options": "0.1.2"
},
"devDependencies": {
"@types/finalhandler": "^1.2.3",
"@types/serve-static": "^1.15.7"
},
"optionalDependencies": {
"@naria2/darwin-arm64": "0.1.0-beta.0",
"@naria2/darwin-x64": "0.1.0-beta.0",
"@naria2/linux-x64": "1.37.0-beta.0",
"@naria2/win32-ia32": "1.37.0-beta.0",
"@naria2/linux-arm64": "0.1.0-beta.0",
"@naria2/win32-x64": "1.37.0-beta.0"
},
"engines": {
"node": ">=v18.0.0"
},
"scripts": {
"build": "unbuild",
"format": "prettier --write src/**/*.ts test/**/*.ts",
"postinstall": "node postinstall.mjs",
"test": "vitest",
"test:ci": "vitest --run",
"typecheck": "tsc --noEmit"
}
}