68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "ripunzel",
|
|
"version": "1.27.6",
|
|
"description": "Web content archiving tool, with versatile filename patterns and extensive options for reddit user profiles.",
|
|
"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/pendulum/ripunzel.git"
|
|
},
|
|
"keywords": [
|
|
"reddit",
|
|
"user",
|
|
"posts",
|
|
"dump",
|
|
"fetch",
|
|
"download",
|
|
"rip"
|
|
],
|
|
"author": "Niels Simenon",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=24.19.0"
|
|
},
|
|
"dependencies": {
|
|
"array.prototype.flatten": "^1.2.1",
|
|
"bhttp": "^1.2.8",
|
|
"blake2": "^5.0.1",
|
|
"bluebird": "^3.7.2",
|
|
"bottleneck": "^2.19.5",
|
|
"cheerio": "^1.2.0",
|
|
"config": "^4.4.2",
|
|
"date-fns": "^4.4.0",
|
|
"dist-exiftool": "^10.53.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs-extra": "^11.4.0",
|
|
"js-yaml": "^5.2.3",
|
|
"mime": "^3.0.0",
|
|
"mime-types": "^3.0.2",
|
|
"node-cron": "^4.6.0",
|
|
"node-exiftool": "^2.3.0",
|
|
"object.omit": "^3.0.0",
|
|
"object.pick": "^1.3.0",
|
|
"sharp-phash": "^2.2.0",
|
|
"template-format": "^1.2.5",
|
|
"unprint": "^0.19.20",
|
|
"url-pattern": "^1.0.3",
|
|
"winston": "^3.19.0",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"yargs": "^17.7.2",
|
|
"youtube-dl-exec": "^3.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.29.7",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.32.0"
|
|
}
|
|
}
|