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 9231eb3 commit 83c9592Copy full SHA for 83c9592
package.json
@@ -1,20 +1,17 @@
1
{
2
- "name": "okka-hello-world",
+ "name": "node-ws",
3
"version": "1.0.0",
4
- "description": "okka-node-express",
+ "description": "Node.js Server",
5
"main": "index.js",
6
- "author": "okka",
+ "author": "eoovve",
7
+ "repository": "https://github.com/eoovve/node-ws",
8
"license": "MIT",
9
"private": false,
10
"scripts": {
- "start": "node index.js",
11
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "node index.js"
12
},
13
"dependencies": {
14
- "http-proxy": "latest",
15
- "express": "^4.18.2",
16
- "request": "^2.88.2",
17
- "axios": "^1.5.1",
+ "axios": "^1.6.0",
18
"ws": "^8.14.2"
19
20
"engines": {
0 commit comments