{
  "name": "configure-agent-template",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Canonical Configure agent template — hosted auth, streaming, tool calling, and inline hosted UI surfaces.",
  "scripts": {
    "start": "node server.mjs"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.90.0",
    "configure": "^1.1.1",
    "dotenv": "^17.3.1",
    "express": "^5.2.1"
  }
}
