add package json

This commit is contained in:
2023-12-23 22:12:04 +01:00
parent fb3327628f
commit 5b4fba8dc8
883 changed files with 890 additions and 149875 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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.18.2",
"socket.io": "^4.7.2"
}
}