{ "name": "rtmc-be", "version": "1.0.0", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/express": "^4.17.21", "@types/http-server": "^0.12.4", "@types/knex": "^0.15.2", "@types/node": "^22.5.0", "@types/ws": "^8.5.12", "typescript": "^5.5.4" }, "dependencies": { "express": "^4.19.2", "express-winston": "^4.2.0", "knex": "^3.1.0", "pug": "^3.0.3", "winston": "^3.14.2", "ws": "^8.18.0" } }