JDRssDownloader/package.json
2022-06-20 10:15:20 +01:00

25 lines
536 B
JSON

{
"name": "jdrssdownloader",
"version": "1.0.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",
"jdownloader-client": "^1.0.0",
"jsoneditor": "^9.9.0",
"lodash": "^4.17.21",
"rss-parser": "^3.12.0",
"simple-node-logger": "^21.8.12"
},
"pkg": {
"outputPath": "dist"
}
}