{
  "name": "@ag-ui/mastra",
  "version": "1.0.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/ag-ui-protocol/ag-ui.git"
  },
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/**",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./copilotkit": {
      "import": "./dist/copilotkit.mjs",
      "require": "./dist/copilotkit.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "copilotkit": [
        "dist/copilotkit.d.ts"
      ]
    }
  },
  "dependencies": {
    "@ai-sdk/ui-utils": "^1.1.19",
    "rxjs": "7.8.1"
  },
  "peerDependencies": {
    "@ag-ui/core": ">=0.0.44",
    "@ag-ui/client": ">=0.0.44",
    "@copilotkit/runtime": "0.0.0-mme-ag-ui-0-0-46-20260227141603",
    "@mastra/client-js": ">=1.0.0-0 <2.0.0-0",
    "@mastra/core": ">=1.0.0-0 <2.0.0-0"
  },
  "devDependencies": {
    "@copilotkit/runtime": "0.0.0-mme-ag-ui-0-0-46-20260227141603",
    "@copilotkit/shared": "0.0.0-mme-ag-ui-0-0-46-20260227141603",
    "@mastra/client-js": "^1.0.1",
    "@mastra/core": "^1.0.4",
    "@types/node": "^20.11.19",
    "@vitest/coverage-istanbul": "^4.0.18",
    "publint": "^0.3.12",
    "@arethetypeswrong/cli": "^0.17.4",
    "vitest": "^4.0.18",
    "tsdown": "^0.20.1",
    "typescript": "^5.3.3",
    "@ag-ui/core": "0.0.53",
    "@ag-ui/client": "0.0.53"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "clean": "git clean -fdX --exclude=\"!.env\"",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "test:exports": "publint --strict && attw --pack",
    "link:global": "pnpm link --global",
    "unlink:global": "pnpm unlink --global"
  }
}