New variant idea
[xogo.git] / package.json
1 {
2 "main": "server.js",
3 "dependencies": {
4 "ws": "^7.5.3"
5 },
6 "scripts": {
7 "start": "./start.sh",
8 "stop": "./stop.sh"
9 },
10 "devDependencies": {
11 "chokidar": "^3.5.3"
12 }
13 }