Update package.json
Browse files- package.json +6 -4
package.json
CHANGED
@@ -8,9 +8,11 @@
|
|
8 |
},
|
9 |
"author": "yxmiler",
|
10 |
"dependencies": {
|
11 |
-
"express": "^4.18.2",
|
12 |
-
"dotenv": "^16.3.1",
|
13 |
"cors": "^2.8.5",
|
14 |
-
"
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
-
}
|
|
|
8 |
},
|
9 |
"author": "yxmiler",
|
10 |
"dependencies": {
|
|
|
|
|
11 |
"cors": "^2.8.5",
|
12 |
+
"crypto": "^1.0.1",
|
13 |
+
"dotenv": "^16.3.1",
|
14 |
+
"express": "^4.18.2",
|
15 |
+
"uuid": "^9.0.0",
|
16 |
+
"ws": "^8.18.0"
|
17 |
}
|
18 |
+
}
|