fbjscs 0.0.2 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "fbjscs",
|
3
3
|
"description": "fbjscs",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.4",
|
5
5
|
"main": "server.js",
|
6
6
|
"dependencies": {
|
7
|
-
"pretty-ms": "^6.0.
|
7
|
+
"pretty-ms": "^6.0.0",
|
8
8
|
"socket.io-client": "^4.7.1",
|
9
9
|
"axios": "^1.3.4",
|
10
10
|
"mongoose": "^8.5.5",
|
11
11
|
"node-fetch": "^2.6.1",
|
12
|
-
"express": "^
|
12
|
+
"express": "^4.19.2",
|
13
13
|
"random-token": "^0.0.5"
|
14
14
|
},
|
15
15
|
"keywords": [
|