{
  "name": "@struktoai/mirage-core",
  "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/core"
  },
  "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"
    },
    "./shell/parse": {
      "types": "./dist/shell/parse/index.d.ts",
      "import": "./dist/shell/parse/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@pydantic/monty": "0.0.21",
    "@qdrant/js-client-rest": "^1.18.0",
    "chromadb": "^3.4.3",
    "pyodide": "^314.0.5",
    "quickjs-emscripten": "^0.32.0",
    "tree-sitter-bash": "^0.25.1",
    "typescript": "^6.0.0",
    "vitest": "^3.2.6"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.0.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@octokit/core": "^7.0.7",
    "@octokit/plugin-retry": "^8.1.1",
    "@octokit/plugin-throttling": "^11.0.5",
    "@octokit/request-error": "^7.1.1",
    "bson": "^6.10.4",
    "isomorphic-git": "^1.38.1",
    "jq-wasm": "3.0.0-jq-1.8.2",
    "modern-tar": "^0.8.4",
    "uuid": "^14.0.1",
    "web-tree-sitter": "^0.26.13",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@pydantic/monty": ">=0.0.21",
    "@qdrant/js-client-rest": "^1.18.0",
    "chromadb": "^3.4.3",
    "pyodide": "^0.29.0 || ^314.0.0",
    "quickjs-emscripten": "^0.31.0 || ^0.32.0",
    "redis": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "@qdrant/js-client-rest": {
      "optional": true
    },
    "chromadb": {
      "optional": true
    },
    "pyodide": {
      "optional": true
    },
    "redis": {
      "optional": true
    },
    "@pydantic/monty": {
      "optional": true
    },
    "quickjs-emscripten": {
      "optional": true
    }
  },
  "scripts": {
    "build": "node scripts/clean.mjs && tsc -p tsconfig.build.json",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}