Started building the Webserver
This commit is contained in:
@@ -12,10 +12,14 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Zacharias",
|
||||
"type": "module",
|
||||
"type": "commonjs",
|
||||
"main": "./build/app.js",
|
||||
"scripts": {
|
||||
"start": "node build/app.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/ws": "^8.18.1",
|
||||
"ws": "^8.18.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user