{
  "scripts": {
    "ts": "tsc --watch",
    "start": "nodemon ./built/main.js"
  },
  "dependencies": {
    "@types/node": "^18.15.11",
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "compute-cosine-similarity": "^1.0.0",
    "cookie-parser": "^1.4.6",
    "cookie-session": "^2.0.0",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.3",
    "forever": "^4.0.3",
    "helmet": "^6.0.1",
    "http-terminator": "3.2.0",
    "morgan": "^1.10.0",
    "nodemon": "^2.0.7",
    "openai": "^3.1.0",
    "socket.io": "^4.6.1",
    "typescript": "^5.0.4",
    "uuid": "^9.0.0"
  }
}
