UNPKG

dl-vampire

Version:
79 lines (78 loc) 1.97 kB
{ "name": "dl-vampire", "version": "2.1.4", "description": "download file like a vampire", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "package.json", "README.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "prepare": "husky install", "test": "vitest --run", "test:dev": "vitest", "test-cover": "vitest --run --coverage", "build": "tsup", "prepublishOnly": "npm run build", "dev": "tsup --watch", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/magicdawn/dl-vampire.git" }, "keywords": [ "dl", "download", "fs", "vampire", "download-manager" ], "author": "magicdawn", "license": "MIT", "bugs": { "url": "https://github.com/magicdawn/dl-vampire/issues" }, "homepage": "https://github.com/magicdawn/dl-vampire#readme", "dependencies": { "debug": "^4.4.0", "fs-extra": "^11.3.0", "got": "^14.4.7", "lodash": "^4.17.21", "ms": "^2.1.3", "promise.retry": "^2.1.0", "proxy-agent": "^6.5.0" }, "devDependencies": { "@magicdawn/eslint-config": "^0.1.0", "@magicdawn/prettier-config": "^0.0.4", "@types/chai": "^5.2.1", "@types/debug": "^4.1.12", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.16", "@types/ms": "^2.1.0", "@types/node": "^22.14.0", "@vitest/coverage-v8": "^3.1.1", "eslint": "^9.24.0", "husky": "^9.1.7", "lint-staged": "^15", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "lint-staged": { "*.{ts,tsx,js,jsx,md}": [ "prettier --write" ] }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971" }