Update package.json

This commit is contained in:
momciloo 2023-11-25 14:44:04 +01:00
parent 6c8d2f15cd
commit a9eeb10cd1

View File

@ -3,11 +3,6 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start-server": "node server/server.js",
"start-client": "cd client http-server",
"start": "npm run start-server & npm run start-client"
},
"dependencies": {
"http-server": "^14.1.1",
"ws": "^8.14.2"