{ "name": "ripunzel", "version": "1.27.3", "description": "Web content archiving tool, with versatile filename patterns and extensive options for reddit user profiles.", "main": "app.js", "scripts": { "start": "node src/app.js", "inspect": "node --inspect src/app.js" }, "pkg": { "scripts": "src/app.js", "out-path": "dist/", "assets": "config/*" }, "repository": { "type": "git", "url": "https://gitea.unknown.name/pendulum/ripunzel.git" }, "keywords": [ "reddit", "user", "posts", "dump", "fetch", "download", "rip" ], "author": "Niels Simenon", "license": "ISC", "dependencies": { "array.prototype.flatten": "^1.2.1", "bhttp": "^1.2.4", "blake2": "^4.1.1", "bluebird": "^3.5.1", "bottleneck": "^2.19.5", "cheerio": "^1.0.0-rc.2", "config": "^1.30.0", "date-fns": "^1.29.0", "dist-exiftool": "^10.53.0", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^5.0.0", "js-yaml": "^3.12.0", "jsdom": "^15.2.0", "mime": "^3.0.0", "mime-types": "^2.1.18", "node-cron": "^1.2.1", "node-exiftool": "^2.3.0", "node-fetch": "^2.1.2", "object.omit": "^3.0.0", "object.pick": "^1.3.0", "sharp-phash": "^2.1.0", "snoowrap": "^1.20.0", "template-format": "^1.2.4", "unprint": "^0.8.1", "url-pattern": "^1.0.3", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.7.1", "yargs": "^11.0.0", "youtube-dl": "^2.3.0", "youtube-dl-exec": "^2.2.3" }, "devDependencies": { "@babel/eslint-parser": "^7.19.1", "eslint": "^8.34.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.27.5" } }