{
  "name": "@composio/mastra",
  "version": "0.9.3",
  "description": "Agentic Provider for mastra in Composio SDK",
  "main": "dist/index.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/ComposioHQ/composio.git",
    "directory": "ts/packages/providers/mastra"
  },
  "bugs": {
    "url": "https://github.com/ComposioHQ/composio/issues"
  },
  "homepage": "https://github.com/ComposioHQ/composio/tree/main/ts/packages/providers/mastra#readme",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "README.md",
    "dist"
  ],
  "keywords": [
    "composio",
    "provider",
    "mastra"
  ],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "@composio/core": ">=0.10.0 <1.0.0",
    "@mastra/core": "^1.0.4",
    "zod": "^3.25 || ^4"
  },
  "devDependencies": {
    "@mastra/core": "^1.0.4",
    "tsdown": "^0.18.4",
    "typescript": "^5.9.2",
    "vitest": "^4.1.0",
    "zod": "^4.1.0",
    "@composio/core": "0.11.0"
  },
  "dependencies": {
    "@mastra/schema-compat": "^1.2.9"
  },
  "scripts": {
    "clean": "git clean -xdf node_modules",
    "build": "pnpm exec tsdown",
    "test": "vitest run",
    "typecheck": "pnpm exec tsgo --noEmit --skipLibCheck",
    "typecheck:tsc": "tsc --noEmit --skipLibCheck"
  },
  "types": "dist/index.d.mts"
}