Various bug fixes
[xogo.git] / package.json
... / ...
CommitLineData
1{
2 "dependencies": {
3 "ws": "^7.5.3"
4 },
5 "devDependencies": {
6 "chokidar": "^3.5.3"
7 },
8 "scripts": {
9 "start": "./start.sh",
10 "stop": "./stop.sh"
11 }
12}