node-ws/package.json
2025-05-12 19:31:33 +02:00

17 lines
310 B
JSON

{
"name": "websocket-server",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Oliver Hofmann",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"ws": "^8.18.2"
}
}