UNPKG

maria2

Version:

Simple and Light RPC Library for aria2

60 lines (59 loc) 1.33 kB
{ "name": "maria2", "type": "module", "version": "0.4.1", "description": "Simple and Light RPC Library for aria2", "author": { "name": "Hydration", "url": "https://github.com/hydrati" }, "license": "MIT", "homepage": "https://github.com/hydrati/maria2#readme", "repository": { "type": "git", "url": "git+https://github.com/hydrati/maria2.git" }, "bugs": { "url": "https://github.com/hydrati/maria2/issues" }, "keywords": [ "aria2", "download", "http", "websocket", "metalink", "magnet", "ftp", "bittorrent", "typescript" ], "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">= 22.5.0" }, "scripts": { "bundle": "pkgroll --minify --sourcemap --clean-dist", "lint": "eslint .", "release": "bumpp --commit --push --tag && npm publish", "typecheck": "tsc --noEmit", "preversion": "bun typecheck && bun bundle" }, "devDependencies": { "@antfu/eslint-config": "^4.16.1", "@types/bun": "^1.2.17", "bumpp": "^9.11.1", "eslint": "^9.29.0", "pkgroll": "^2.13.1", "typescript": "^5.8.3", "vite": "^6.3.5", "vitest": "^3.2.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com" } }