Initial Comit

The Server has overcome it's early Development Steps.
although it still is a bit unstable it works in it's actual state
This commit is contained in:
2019-09-25 23:53:02 +02:00
parent e22d956c60
commit d22fdadc50
11 changed files with 450 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.3.3",
"fs": "0.0.1-security",
"net": "^1.0.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"http": "0.0.0",
"mysql": "^2.17.1",
"ws": "^7.1.2"
}
}