ripunzel/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2018-04-09 20:49:01 +00:00
{
"name": "reddit-post-dump",
2018-07-01 01:38:32 +00:00
"version": "1.12.1",
2018-04-09 20:49:01 +00:00
"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/*"
2018-04-09 20:49:01 +00:00
},
"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",
2018-04-09 22:26:30 +00:00
"config": "^1.30.0",
"date-fns": "^1.29.0",
2018-04-24 20:25:36 +00:00
"dist-exiftool": "^10.53.0",
"fluent-ffmpeg": "^2.1.2",
2018-04-09 20:49:01 +00:00
"fs-extra": "^5.0.0",
"js-yaml": "^3.12.0",
"mime-types": "^2.1.18",
2018-04-24 20:25:36 +00:00
"node-exiftool": "^2.3.0",
"node-fetch": "^2.1.2",
"object.omit": "^3.0.0",
"object.pick": "^1.3.0",
2018-04-09 20:49:01 +00:00
"snoowrap": "^1.15.2",
"url-pattern": "^1.0.3",
2018-04-09 20:49:01 +00:00
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
2018-04-09 20:49:01 +00:00
}
}