{
  "name": "@struktoai/mirage-node",
  "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/node"
  },
  "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"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.1121.0",
    "@napi-rs/lzma": "^1.4.5",
    "dotenv": "^16.6.1",
    "fast-xml-parser": "^5.9.0",
    "fast-xml-validator": "^1.4.0",
    "fs-monkey": "^1.1.0",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "seek-bzip": "^2.0.0",
    "tree-sitter-bash": "^0.25.1",
    "web-tree-sitter": "^0.26.13",
    "yaml": "^2.6.0",
    "@struktoai/mirage-core": "0.0.6"
  },
  "peerDependencies": {
    "@1password/sdk": "^0.5.0",
    "@daytonaio/sdk": "^0.207.0",
    "@lancedb/lancedb": "^0.30.0",
    "@zkochan/fuse-native": "^0.1.0",
    "e2b": "^2.0.0",
    "imapflow": "^1.0.0",
    "mailparser": "^3.6.0",
    "mongodb": "^6.10.0",
    "nodemailer": "^9.0.1",
    "opendal": "^0.49.4",
    "pg": "^8.13.0",
    "redis": "^5.0.0",
    "ssh2": "^1.16.0"
  },
  "peerDependenciesMeta": {
    "@1password/sdk": {
      "optional": true
    },
    "@daytonaio/sdk": {
      "optional": true
    },
    "@lancedb/lancedb": {
      "optional": true
    },
    "@zkochan/fuse-native": {
      "optional": true
    },
    "e2b": {
      "optional": true
    },
    "imapflow": {
      "optional": true
    },
    "mailparser": {
      "optional": true
    },
    "mongodb": {
      "optional": true
    },
    "nodemailer": {
      "optional": true
    },
    "opendal": {
      "optional": true
    },
    "pg": {
      "optional": true
    },
    "redis": {
      "optional": true
    },
    "ssh2": {
      "optional": true
    }
  },
  "devDependencies": {
    "@1password/sdk": "^0.5.0",
    "@aws-sdk/client-s3": "^3.0.0",
    "@daytonaio/sdk": "^0.207.0",
    "@lancedb/lancedb": "^0.30.0",
    "@types/mailparser": "^3.4.6",
    "@types/nodemailer": "^8.0.0",
    "@types/pg": "^8.11.0",
    "@types/ssh2": "^1.15.0",
    "@zkochan/fuse-native": "^0.1.0",
    "e2b": "^2.45.0",
    "imapflow": "^1.3.2",
    "mailparser": "^3.9.8",
    "mongodb": "^6.10.0",
    "nodemailer": "^9.0.1",
    "opendal": "^0.49.4",
    "pg": "^8.13.0",
    "redis": "^5.0.0",
    "ssh2": "^1.16.0",
    "typescript": "^6.0.0",
    "vitest": "^3.2.6"
  },
  "scripts": {
    "build": "node scripts/clean.mjs && tsc -p tsconfig.build.json && node scripts/copy-assets.mjs",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}