{ "name": "wschat-ng", "version": "1.0.3", "description": "", "main": "index.js", "scripts": { "start": "npx ts-node src/index.ts" }, "author": "szdytom ", "license": "MIT", "dependencies": { "@types/express": "^5.0.3", "@types/socket.io": "^3.0.1", "express": "^5.1.0", "socket.io": "^4.8.1", "ts-node": "^10.9.2" } }