Added base project

This commit is contained in:
2025-12-04 20:45:22 +00:00
parent dc16a150e1
commit 2f47f69adb
148 changed files with 3289 additions and 4212 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
{
"name": "websockets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
"dev": "nodemon index.js",
"start": "bun index.js "
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"nodemon": "^3.1.11",
"socket.io": "^4.8.1"
}
}