{
  "name": "ai-agent-dashboard",
  "version": "1.0.0",
  "description": "Multimodal AI agent simulation dashboard with WebGL, OpenAI, and WebSocket.",
  "main": "server.js",
  "type": "commonjs",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "openai": "^3.2.1",
    "socket.io": "^4.7.5"
  }
}