-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "christmas-bingo",
"version": "1.0.0",
"description": "An interactive, real-time Christmas Bingo game designed for festive group play. Features include individual player cards, a game master control panel, and dynamic updates for engaging multiplayer experience. Ideal for holiday parties and family gatherings.",
"main": "server/server.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cc46808/christmas-bingo.git"
},
"author": "Craig Carroll",
"license": "ISC",
"bugs": {
"url": "https://github.com/cc46808/christmas-bingo/issues"
},
"homepage": "https://github.com/cc46808/christmas-bingo#readme",
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.2"
},
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}