Files
webSocketCourse/package.json
2026-01-31 08:19:10 -06:00

27 lines
527 B
JSON

{
"name": "websocketcourse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node --watch src/index.js",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "https://git.tuffraid.net/cowch/webSocketCourse.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1",
"wscat": "^6.1.0"
},
"devDependencies": {
"@types/node": "^25.1.0",
"@types/ws": "^8.18.1"
}
}