fbjscs 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "fbjscs",
|
3
3
|
"description": "fbjscs",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.5",
|
5
5
|
"main": "server.js",
|
6
6
|
"dependencies": {
|
7
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
|
+
"ws": "*",
|
11
12
|
"node-fetch": "^2.6.1",
|
12
|
-
"express": "
|
13
|
+
"express": "^4.19.2",
|
13
14
|
"random-token": "^0.0.5"
|
14
15
|
},
|
15
16
|
"keywords": [
|