{ "name": "quizroom", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node dist/app.js", "build": "tsc", "dev": "ts-node app.ts" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/express": "^5.0.0", "jest": "^29.7.0", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "dependencies": { "dotenv": "^16.4.5", "express": "^4.21.1", "http": "^0.0.1-security", "socket.io": "^4.8.1", "socket.io-client": "^4.7.2" }, "jest": { "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.js?(x)", "**/?(*.)+(spec|test).js?(x)" ] } }