Get rid of livereload dependency. Draft Baroque (still some issues)
[xogo.git] / package.json
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 }