websocket-chat / package.json
harsh-dev's picture
Add application file
a7476ec unverified
raw
history blame contribute delete
656 Bytes
{
"name": "sockets",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npm run build && npm run start",
"start": "node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"type": "module",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"ws": "^8.19.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.1.0",
"@types/ws": "^8.18.1",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"wrangler": "^4.61.1"
}
}