Files
2024-05-19 17:24:35 +10:00

17 lines
364 B
JSON

{
"name": "thechasebuzzer",
"version": "1.0.0",
"description": "To run TheChaseBuzzer yourself, complete the following steps:",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"socket.io": "^4.7.2"
}
}