2024-11-19 12:16:26 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2024-11-28 15:08:38 +00:00
|
|
|
"mocha": "^10.8.2",
|
2024-11-19 12:16:26 +00:00
|
|
|
"uuid": "^11.0.2",
|
|
|
|
"ws": "^8.18.0"
|
|
|
|
}
|
|
|
|
}
|