ARAI/simple-ws/package.json

17 lines
296 B
JSON
Raw Normal View History

2024-03-09 14:05:08 +01:00
{
"name": "simple-ws",
"version": "1.0.0",
"description": "",
"main": "ws.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.16.0"
}
}