We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89af6 commit b9d475cCopy full SHA for b9d475c
package.json
@@ -10,7 +10,7 @@
10
"lint": "eslint --fix controllers/ services/ test/ *.js",
11
"format": "prettier --write .",
12
"test": "mocha",
13
- "test-api": "docker-compose up --build --abort-on-container-exit"
+ "test-api": "docker-compose up --build --abort-on-container-exit --attach rsscloud-tests --no-log-prefix"
14
},
15
"engines": {
16
"node": ">=22"
@@ -20,13 +20,14 @@
20
"dependencies": {
21
"body-parser": "^2.2.0",
22
"cors": "^2.8.5",
23
+ "dayjs": "^1.11.13",
24
"dotenv": "^16.5.0",
25
"express": "^4.21.2",
26
"express-handlebars": "^5.3.3",
27
"markdown-it": "^14.1.0",
- "dayjs": "^1.11.13",
28
"mongodb": "6.17.0",
29
"morgan": "^1.10.0",
30
+ "ws": "^8.18.3",
31
"xml2js": "^0.6.2",
32
"xmlbuilder": "^15.1.1"
33
0 commit comments