initial commit

This commit is contained in:
Dobromir Popov
2023-03-06 19:12:54 +02:00
commit 9ac446ef9b
6 changed files with 175 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"main": "web/server.js",
"scripts": {
"start": "node web/server.js"
},
"dependencies": {
"express": "^4.18.2",
"request": "^2.88.2",
"ws": "^8.12.0"
}
}