← back to Big Red

package.json

19 lines

{
  "name": "big-red",
  "version": "0.1.0",
  "description": "Big Red — animated Steve-avatar desktop app: chat with Claude + live phone-camera analysis",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.98.0",
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "multer": "^1.4.5-lts.1",
    "pg": "^8.20.0",
    "qrcode": "^1.5.4",
    "ws": "^8.18.0"
  }
}