{
  "name": "@example/computer-celld",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "description": "Prototype @cloudflare/computer Workspace running on celld with a local S3-compatible shim.",
  "scripts": {
    "shim": "node script/local-s3-shim.mjs --root .celld-s3 --port 9000",
    "dev:local": "node script/local-dev.mjs",
    "deploy:local": "AWS_ACCESS_KEY_ID=local AWS_SECRET_ACCESS_KEY=local AWS_REGION=us-east-1 celld deploy . --bucket s3://celld-computer --endpoint http://127.0.0.1:9000 --region us-east-1",
    "celld:local": "AWS_ACCESS_KEY_ID=local AWS_SECRET_ACCESS_KEY=local AWS_REGION=us-east-1 CELLD_WORKER_LOADER=LOADER CELLD_WATCH=.celld-state celld --bucket s3://celld-computer --endpoint http://127.0.0.1:9000 --region us-east-1 --listen 127.0.0.1:8080 --advertise 127.0.0.1:8080",
    "chat": "node cli/chat.mjs",
    "smoke": "node script/smoke.mjs",
    "typecheck": "tsc --noEmit",
    "build:types": "wrangler types --env-file=.dev.vars.example"
  },
  "bin": {
    "celld-chat": "./cli/chat.mjs"
  },
  "dependencies": {
    "@ai-sdk/react": "^4.0.45",
    "@ai-sdk/tui": "^1.0.43",
    "@cloudflare/ai-chat": "^0.10.1",
    "@cloudflare/computer": "*",
    "agents": "^0.20.0",
    "ai": "^7.0.0",
    "path": "^0.12.7",
    "workers-ai-provider": "^4.0.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "wrangler": "^4.130.0"
  }
}