{
  "name": "ws-server",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "rm -rf dist && tsc",
    "start": "nodemon src/app.ts",
    "test": "echo no tests",
    "test:integration": "echo no integration tests"
  },
  "dependencies": {
    "@types/express": "^4.17.17",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "node-fetch": "^3.3.0",
    "nodemon": "^2.0.22",
    "socket.io": "^4.6.1",
    "sqs-consumer": "^7.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  }
}
