Skip to content

Commit 83c9592

Browse files
authored
Update package.json
1 parent 9231eb3 commit 83c9592

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
2-
"name": "okka-hello-world",
2+
"name": "node-ws",
33
"version": "1.0.0",
4-
"description": "okka-node-express",
4+
"description": "Node.js Server",
55
"main": "index.js",
6-
"author": "okka",
6+
"author": "eoovve",
7+
"repository": "https://github.com/eoovve/node-ws",
78
"license": "MIT",
89
"private": false,
910
"scripts": {
10-
"start": "node index.js",
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"start": "node index.js"
1212
},
1313
"dependencies": {
14-
"http-proxy": "latest",
15-
"express": "^4.18.2",
16-
"request": "^2.88.2",
17-
"axios": "^1.5.1",
14+
"axios": "^1.6.0",
1815
"ws": "^8.14.2"
1916
},
2017
"engines": {

0 commit comments

Comments
 (0)