WheelOfFortune/package.json

17 lines
351 B
JSON
Raw Normal View History

{
"name": "wheeloffortune",
"version": "1.0.0",
"description": "play Wheel Of Fortune with friends online",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Meleeman",
"license": "MIT",
"dependencies": {
"mocha": "^10.8.2",
"uuid": "^11.0.2",
"ws": "^8.18.0"
}
}