{
  "name": "aws-runtime-bridge",
  "version": "1.9.58",
  "description": "AgentsWorkStudio runtime bridge service for machine-level agent runtime integration",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "awsb": "dist/index.js",
    "aws-bridge": "dist/index.js",
    "aws-runtime-bridge": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts/ensure-bin-executable.mjs",
    "package/aws-client-agent-mcp/dist",
    "package/aws-client-agent-mcp/package.json",
    "package/aws-client-agent-mcp/README.md",
    "package/acode/dist",
    "package/acode/package.json",
    "package/acode/README.md",
    "package/cc-switch-sdk/dist",
    "package/cc-switch-sdk/package.json",
    "package/cc-switch-sdk/README.md"
  ],
  "bundleDependencies": [
    "@cc-switch/sdk"
  ],
  "engines": {
    "node": ">=20.0.0 <25"
  },
  "scripts": {
    "build:agent-mcp": "npm run build --prefix package/aws-client-agent-mcp",
    "build:acode": "npm run build --prefix package/acode",
    "build:sdk": "npm run build --prefix package/cc-switch-sdk",
    "build:all": "npm run build:sdk && npm run build:acode && npm run build:agent-mcp",
    "prebuild": "npm run build:all",
    "build": "tsc -p tsconfig.json",
    "postinstall": "node scripts/ensure-bin-executable.mjs",
    "pretypecheck": "npm run build:all",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prestart": "npm run build:sdk && npm run build:agent-mcp && npm run build:acode",
    "start": "node dist/index.js",
    "predev": "npm run build:all",
    "dev": "tsc -p tsconfig.json && node scripts/dev-runner.mjs",
    "prepublishOnly": "npm run build",
    "lint": "eslint src --max-warnings 0",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@agentswork/acode": "file:package/acode",
    "@cc-switch/sdk": "file:package/cc-switch-sdk",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "archiver": "^8.0.0",
    "axios": "^1.7.9",
    "cors": "^2.8.5",
    "diff": "^7.0.0",
    "express": "^4.21.2",
    "js-yaml": "^4.1.1",
    "multer": "^2.1.1",
    "node-pty": "^1.0.0",
    "tar": "^7.5.15",
    "unzipper": "^0.12.3",
    "uuid": "^11.0.3",
    "web-tree-sitter": "^0.25.4",
    "ws": "^8.14.2",
    "yaml": "^2.3.4",
    "zod": "^4.1.12"
  },
  "peerDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.143",
    "@anthropic-ai/sdk": "^0.96.0",
    "@openai/codex-sdk": "^0.130.0",
    "@opencode-ai/sdk": "^1.3.13"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/claude-agent-sdk": {
      "optional": true
    },
    "@anthropic-ai/sdk": {
      "optional": true
    },
    "@openai/codex-sdk": {
      "optional": true
    },
    "@opencode-ai/sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.143",
    "@anthropic-ai/sdk": "^0.96.0",
    "@eslint/js": "^9.0.0",
    "@openai/codex-sdk": "^0.130.0",
    "@opencode-ai/sdk": "^1.3.13",
    "@types/archiver": "^7.0.0",
    "@types/cors": "^2.8.19",
    "@types/diff": "^7.0.2",
    "@types/express": "^4.17.21",
    "@types/js-yaml": "^4.0.9",
    "@types/multer": "^2.1.0",
    "@types/node": "^20.17.0",
    "@types/unzipper": "^0.10.11",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^2.0.0",
    "eslint": "^9.0.0",
    "eslint-plugin-import": "^2.29.0",
    "prettier": "^3.2.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.0.0",
    "vitest": "^2.0.0"
  }
}
