WheelOfFortune/package.json

22 lines
459 B
JSON

{
"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"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0"
}
}