{
  "name": "@struktoai/mirage-agents",
  "version": "0.0.6",
  "description": "A Unified Virtual Filesystem For AI Agents",
  "keywords": [
    "bash",
    "fuse",
    "typescript",
    "vfs",
    "ai-agents",
    "agent-sandbox",
    "langchain",
    "virtual-filesystem",
    "llm-agents",
    "agent-tools",
    "claude-code",
    "openai-agents"
  ],
  "homepage": "https://github.com/strukto-ai/mirage#readme",
  "bugs": {
    "url": "https://github.com/strukto-ai/mirage/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strukto-ai/mirage.git",
    "directory": "typescript/packages/agents"
  },
  "license": "Apache-2.0",
  "author": "Zecheng Zhang <zecheng@strukto.ai>",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "engines": {
    "node": ">=20.10.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./openai": {
      "types": "./dist/openai/index.d.ts",
      "import": "./dist/openai/index.js"
    },
    "./langchain": {
      "types": "./dist/langchain/index.d.ts",
      "import": "./dist/langchain/index.js"
    },
    "./pi": {
      "types": "./dist/pi/index.d.ts",
      "import": "./dist/pi/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp/index.d.ts",
      "import": "./dist/mcp/index.js"
    },
    "./vercel": {
      "types": "./dist/vercel/index.d.ts",
      "import": "./dist/vercel/index.js"
    },
    "./mastra": {
      "types": "./dist/mastra/index.d.ts",
      "import": "./dist/mastra/index.js"
    },
    "./opencode": {
      "types": "./dist/opencode/index.d.ts",
      "import": "./dist/opencode/index.js"
    },
    "./claude-agent-sdk": {
      "types": "./dist/claude-agent-sdk/index.d.ts",
      "import": "./dist/claude-agent-sdk/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "picomatch": "^4.0.4",
    "zod": "^4.0.0",
    "@struktoai/mirage-core": "0.0.6"
  },
  "peerDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.233",
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@mastra/core": "^1.59.0",
    "@opencode-ai/plugin": "^1.18.18",
    "@openai/agents": "^0.16.0",
    "ai": "^7.0.66",
    "deepagents": "^1.12.4"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/claude-agent-sdk": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@mastra/core": {
      "optional": true
    },
    "@opencode-ai/plugin": {
      "optional": true
    },
    "@openai/agents": {
      "optional": true
    },
    "ai": {
      "optional": true
    },
    "deepagents": {
      "optional": true
    }
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.233",
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@langchain/core": "^1.2.8",
    "@langchain/langgraph": "^1.4.10",
    "@langchain/langgraph-checkpoint": "^1.1.3",
    "@langchain/langgraph-sdk": "^1.9.29",
    "@mastra/core": "^1.59.0",
    "@opencode-ai/plugin": "^1.18.18",
    "@openai/agents": "^0.16.0",
    "@types/node": "^22.0.0",
    "@types/picomatch": "^4.0.3",
    "ai": "^7.0.66",
    "deepagents": "^1.12.4",
    "langchain": "^1.5.9",
    "tsup": "^8.5.0",
    "typescript": "^6.0.0",
    "vitest": "^3.2.6",
    "@struktoai/mirage-node": "0.0.6"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}