WebsocketServer/package.json
2024-09-03 22:20:39 -06:00

18 lines
324 B
JSON

{
"name": "rblx-unisocket3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.1",
"ws": "^8.5.0"
}
}