Content archiver for reddit users, subreddits, YouTube channels, supporting many popular media hosts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

52 lines
1.3 KiB

{
"name": "ripunzel2",
"version": "2.4.0",
"description": "Content archiver for reddit users, subreddits, YouTube channels, supporting many popular media hosts.",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"eslint": "eslint src/",
"eslint-watch": "esw --watch src/"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/pendulum/ripunzel2"
},
"keywords": [
"reddit",
"archive",
"scraper",
"library",
"download"
],
"author": "pendulum",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.6",
"blake2": "^4.0.1",
"bluebird": "^3.7.2",
"bottleneck": "^2.19.5",
"config": "^3.3.2",
"js-yaml": "^3.14.0",
"jsdom": "^16.4.0",
"mime": "^2.4.6",
"moment": "^2.29.0",
"nanoid": "^3.1.16",
"promise-task-queue": "^1.2.0",
"template-format": "^1.2.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"yargs": "^16.0.3"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-watch": "^7.0.0"
}
}