{ "name": "reddit-post-dump", "version": "1.13.1", "description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.", "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/niels/reddit-post-dump.git" }, "keywords": [ "reddit", "user", "posts", "dump", "fetch", "download", "rip" ], "author": "Niels Simenon", "license": "ISC", "dependencies": { "array.prototype.flatten": "^1.2.1", "bluebird": "^3.5.1", "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", "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", "snoowrap": "^1.15.2", "url-pattern": "^1.0.3", "yargs": "^11.0.0" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.12.0" } }