{
  "name": "@mastra/e2b",
  "version": "0.12.0",
  "description": "E2B cloud sandbox provider for Mastra workspaces",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "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"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "e2b": "^2.36.0",
    "esbuild": "^0.28.0"
  },
  "devDependencies": {
    "@types/node": "22.20.1",
    "@vitest/coverage-v8": "4.1.10",
    "@vitest/ui": "4.1.10",
    "dotenv": "^17.4.2",
    "eslint": "^10.7.0",
    "tsdown": "0.22.9",
    "typescript": "^7.0.2",
    "vitest": "4.1.10",
    "@internal/lint": "0.0.133",
    "@internal/workspace": "0.0.5",
    "@internal/workspace-test-utils": "0.0.77",
    "@mastra/core": "1.67.0",
    "@mastra/gcs": "0.3.3",
    "@mastra/s3": "0.6.3",
    "@internal/types-builder": "0.0.108"
  },
  "peerDependencies": {
    "@mastra/core": ">=1.67.0-0 <2.0.0-0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://mastra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "workspaces/e2b"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "scripts": {
    "build": "tsdown --silent --config tsdown.config.ts",
    "build:lib": "pnpm build",
    "build:watch": "pnpm build --watch",
    "test:unit": "vitest run --exclude '**/*.integration.test.ts'",
    "test:watch": "vitest watch",
    "test": "vitest run ./src/**/*.integration.test.ts",
    "test:cloud": "pnpm test",
    "lint": "oxlint . && eslint .",
    "lint:fix": "oxlint --fix . && eslint --fix ."
  }
}