UNPKG

comic-book-dl

Version:
74 lines (73 loc) 1.87 kB
{ "name": "comic-book-dl", "version": "0.0.43", "description": "漫画下载器", "keywords": [ "manga", "comic", "nodejs", "download", "comic-dl", "comic-book-dl", "comic-downloader", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/gxr404/comic-book-dl.git" }, "license": "ISC", "author": "gxr404", "type": "module", "main": "dist/index.js", "types": "types/index.d.ts", "bin": { "comic-book-dl": "bin/index.js" }, "scripts": { "dev": "tsc -p tsconfig.build.json && (concurrently \"tsc -p tsconfig.build.json -w\" \"tsc-alias -p tsconfig.build.json -w\")", "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "test": "run-s test:clean test:run", "test:run": "vitest run", "test:clean": "rimraf test/.temp", "eslintLog": "eslint . > eslint.log", "clean": "rimraf dist types", "np": "np", "release": "run-s clean build np", "postinstall": "patch-package", "sort-package-json": "npx sort-package-json" }, "dependencies": { "@inquirer/prompts": "^7.4.0", "cac": "^6.7.14", "cheerio": "^1.0.0", "cli-progress": "3.12.0", "got": "^14.4.6", "log4js": "^6.9.1", "node-rsa": "^1.1.1", "p-limit": "^6.2.0", "patch-package": "^8.0.0", "protobufjs": "^7.4.0", "rand-user-agent": "2.0.81", "rimraf": "^6.0.1" }, "devDependencies": { "@types/cli-progress": "^3.11.6", "@types/node-rsa": "^1.1.4", "@typescript-eslint/eslint-plugin": "^8.27.0", "@typescript-eslint/parser": "^8.27.0", "concurrently": "^9.1.2", "np": "^10.2.0", "npm-run-all": "^4.1.5", "tsc-alias": "^1.8.11", "typescript": "^5.8.2", "vitest": "^3.0.9" }, "engines": { "node": ">=16.14.0" }, "np": { "tests": true, "2fa": false } }