First commit with project base.
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "reddit-post-dump",
|
||||
"version": "0.0.1",
|
||||
"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": {
|
||||
"fs-extra": "^5.0.0",
|
||||
"note-log": "^2.1.11",
|
||||
"snoowrap": "^1.15.2",
|
||||
"yargs": "^11.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user