2022-06-08 12:28:30 +01:00
|
|
|
{
|
|
|
|
"name": "jdrssdownloader",
|
2023-06-07 14:43:37 +01:00
|
|
|
"version": "1.2.0",
|
2022-06-08 12:28:30 +01:00
|
|
|
"description": "",
|
2022-06-11 18:46:24 +01:00
|
|
|
"main": "JDRssDownloader.js",
|
|
|
|
"bin": "JDRssDownloader.js",
|
2022-06-08 12:28:30 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Karl0ss",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-06-09 10:06:22 +01:00
|
|
|
"axios": "^0.27.2",
|
2023-06-06 16:42:53 +01:00
|
|
|
"bluebird": "^3.7.2",
|
|
|
|
"body-parser": "^1.20.2",
|
2022-06-09 10:06:22 +01:00
|
|
|
"cheerio": "^1.0.0-rc.11",
|
2022-10-25 15:52:25 +01:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"express-basic-auth": "^1.2.1",
|
2022-10-27 13:58:36 +01:00
|
|
|
"express-validator": "^6.14.2",
|
2022-06-08 12:28:30 +01:00
|
|
|
"jdownloader-client": "^1.0.0",
|
2022-10-25 15:52:25 +01:00
|
|
|
"line-reader": "^0.4.0",
|
2022-06-08 22:10:37 +01:00
|
|
|
"lodash": "^4.17.21",
|
2022-10-25 16:41:45 +01:00
|
|
|
"moment": "^2.29.4",
|
2022-09-08 09:35:59 +01:00
|
|
|
"node-telegram-bot-api": "^0.59.0",
|
2022-10-25 15:52:25 +01:00
|
|
|
"pug": "^3.0.2",
|
2022-06-08 12:53:22 +01:00
|
|
|
"rss-parser": "^3.12.0",
|
|
|
|
"simple-node-logger": "^21.8.12"
|
2022-06-11 18:46:24 +01:00
|
|
|
},
|
|
|
|
"pkg": {
|
|
|
|
"outputPath": "dist"
|
2022-06-08 12:28:30 +01:00
|
|
|
}
|
|
|
|
}
|