-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "webex-rss",
"version": "2.0.3",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app_dev.js",
"prod": "nodemon app.js"
},
"author": "Jeremy Willans",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"axios-rate-limit": "^1.3.0",
"axios-retry": "3.1.9",
"dotenv": "^16.0.3",
"envalid": "^8.0.0",
"events": "^3.3.0",
"feedparser": "^2.2.10",
"global-agent": "^3.0.0",
"ms": "^2.1.3",
"postman-request": "^2.88.1-postman.33",
"rss-feed-emitter": "^3.2.3",
"winston": "^3.11.0",
"winston-loki": "^6.0.8",
"winston-syslog": "^2.7.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
},
"overrides": {
"tough-cookie": "4.1.3"
}
}