UNPKG

xenforo-dl

Version:
70 lines (69 loc) 1.83 kB
{ "name": "xenforo-dl", "version": "1.0.0", "description": "XenForo Forum Downloader", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "rm -rf dist && npx tsc -p tsconfig.json", "lint": "npx eslint ./src", "lint:fix": "npx eslint ./src --fix", "doc": "npx typedoc" }, "bin": { "xenforo-dl": "./bin/xenforo-dl.js" }, "author": "Patrick Kan <patrickkfkan@gmail.com> (https://github.com/patrickkfkan)", "repository": { "type": "git", "url": "https://github.com/patrickkfkan/xenforo-dl.git" }, "license": "MIT", "directories": { "dist": "./dist" }, "engines": { "node": ">=16.16.0" }, "devDependencies": { "@types/command-line-args": "^5.2.2", "@types/command-line-usage": "^5.0.4", "@types/content-disposition": "^0.5.8", "@types/dateformat": "^5.0.2", "@types/deep-freeze": "^0.1.5", "@types/fs-extra": "^9.0.0", "@types/html-to-text": "^9.0.4", "@types/node": "^16.18.62", "@types/prompt-sync": "^4.2.3", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "eslint": "^8.36.0", "typescript": "^4.9.5" }, "dependencies": { "@types/cli-color": "^2.0.5", "bottleneck": "^2.19.5", "cheerio": "^1.0.0-rc.12", "cli-color": "^2.0.3", "command-line-args": "^5.2.1", "command-line-usage": "^7.0.1", "content-disposition": "^0.5.4", "dateformat": "^5.0.3", "deep-freeze": "^0.0.1", "fast-copy": "^3.0.1", "fs-extra": "^9.1.0", "html-to-text": "^9.0.5", "node-fetch": "^3.3.2", "prompt-sync": "^4.2.0", "sanitize-filename": "^1.6.3", "trim-newlines": "^5.0.0" }, "keywords": [ "xenforo", "download", "downloader", "scrape", "scraper" ] }