{
  "name": "@mastra/brightdata",
  "version": "0.3.1",
  "description": "Bright Data web search and web fetch tools for Mastra agents",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "mastra",
    "brightdata",
    "brightdata-search",
    "brightdata-fetch",
    "tools",
    "ai-agent"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "integrations/brightdata"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "homepage": "https://mastra.ai",
  "engines": {
    "node": ">=22.13.0"
  },
  "peerDependencies": {
    "@mastra/core": ">=1.0.0-0 <2.0.0-0",
    "zod": ">=3.0.0"
  },
  "devDependencies": {
    "tsdown": "0.22.9",
    "typescript": "^7.0.2",
    "vitest": "4.1.10",
    "zod": "^4.4.3",
    "@internal/lint": "0.0.130",
    "@mastra/core": "1.64.0",
    "@internal/types-builder": "0.0.105"
  },
  "scripts": {
    "build:lib": "tsdown --silent --config tsdown.config.ts",
    "build:watch": "pnpm build:lib --watch",
    "lint": "oxlint . && eslint .",
    "lint:fix": "oxlint --fix . && eslint --fix .",
    "test": "vitest run"
  }
}