{
  "name": "@decocms/bindings",
  "version": "1.6.1",
  "type": "module",
  "scripts": {
    "check": "tsc --noEmit",
    "test": "bun test"
  },
  "dependencies": {
    "@decocms/mcp-utils": "^1.0.5",
    "@modelcontextprotocol/sdk": "1.29.0",
    "zod": "4.3.6",
    "zod-from-json-schema": "^0.5.2"
  },
  "exports": {
    ".": "./src/index.ts",
    "./collections": "./src/well-known/collections.ts",
    "./llm": "./src/well-known/language-model.ts",
    "./object-storage": "./src/well-known/object-storage.ts",
    "./connection": "./src/core/connection.ts",
    "./client": "./src/core/client/index.ts",
    "./mcp": "./src/well-known/mcp.ts",
    "./assistant": "./src/well-known/assistant.ts",
    "./prompt": "./src/well-known/prompt.ts",
    "./ai-gateway": "./src/well-known/ai-gateway.ts",
    "./trigger": "./src/well-known/trigger.ts",
    "./brand": "./src/well-known/brand.ts"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decocms/studio.git",
    "directory": "packages/bindings"
  },
  "publishConfig": {
    "access": "public"
  }
}
