mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 20:03:40 +01:00
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"name": "jdrssdownloader",
|
|
"version": "1.1.2",
|
|
"description": "",
|
|
"main": "JDRssDownloader.js",
|
|
"bin": "JDRssDownloader.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Karl0ss",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"cheerio": "^1.0.0-rc.11",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"express-validator": "^6.14.2",
|
|
"jdownloader-client": "^1.0.0",
|
|
"line-reader": "^0.4.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"node-telegram-bot-api": "^0.59.0",
|
|
"pug": "^3.0.2",
|
|
"rss-parser": "^3.12.0",
|
|
"simple-node-logger": "^21.8.12"
|
|
},
|
|
"pkg": {
|
|
"outputPath": "dist"
|
|
}
|
|
}
|