35 lines
781 B
JSON
35 lines
781 B
JSON
{
|
|
"name": "reddit-post-dump",
|
|
"version": "1.0.2",
|
|
"description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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": {
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"config": "^1.30.0",
|
|
"date-fns": "^1.29.0",
|
|
"fs-extra": "^5.0.0",
|
|
"node-fetch": "^2.1.2",
|
|
"snoowrap": "^1.15.2",
|
|
"url-pattern": "^1.0.3",
|
|
"yargs": "^11.0.0"
|
|
}
|
|
}
|