{ "name": "wschat-ng", "version": "1.0.3", "description": "", "main": "index.js", "scripts": { "start": "ts-node src/index.ts" }, "author": "szdytom ", "license": "MIT", "devDependencies": { "@types/express": "^4.17.11", "@types/socket.io": "^2.1.13", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "dependencies": { "express": "^4.17.1", "socket.io": "^4.0.0" } }