Files
DADProject/websockets/package.json
T
2025-12-04 20:45:22 +00:00

18 lines
303 B
JSON

{
"name": "websockets",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "bun index.js "
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"nodemon": "^3.1.11",
"socket.io": "^4.8.1"
}
}