{
  "name": "stream-platform-api",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "engines": { "node": ">=22" },
  "scripts": {
    "start": "node src/index.js"
  },
  "dependencies": {
    "@fastify/cookie": "11.1.2",
    "@fastify/helmet": "13.1.0",
    "@fastify/rate-limit": "11.2.0",
    "@fastify/websocket": "11.3.0",
    "fastify": "5.10.0",
    "ioredis": "5.8.2",
    "pg": "8.22.0"
  }
}
