mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 11:59:23 +01:00
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"name": "jdrssdownloader",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.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",
|
|
"extract-urls": "^1.3.2",
|
|
"jdownloader-client": "^1.0.0",
|
|
"lodash": "^4.17.21",
|
|
"rss-parser": "^3.12.0",
|
|
"simple-node-logger": "^21.8.12"
|
|
}
|
|
}
|