CrashCourse on basic ws
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
"name": "websocketcourse",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "server.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"dev": "node --watch server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,9 +14,9 @@
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"ws": "^8.19.0"
|
||||
"ws": "^8.19.0",
|
||||
"wscat": "^6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.1.0",
|
||||
|
||||
Reference in New Issue
Block a user