Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eooce authored Oct 28, 2023
1 parent 9231eb3 commit 83c9592
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "okka-hello-world",
"name": "node-ws",
"version": "1.0.0",
"description": "okka-node-express",
"description": "Node.js Server",
"main": "index.js",
"author": "okka",
"author": "eoovve",
"repository": "https://github.com/eoovve/node-ws",
"license": "MIT",
"private": false,
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"dependencies": {
"http-proxy": "latest",
"express": "^4.18.2",
"request": "^2.88.2",
"axios": "^1.5.1",
"axios": "^1.6.0",
"ws": "^8.14.2"
},
"engines": {
Expand Down

0 comments on commit 83c9592

Please sign in to comment.