{
  "name": "aws-client-agent-mcp",
  "version": "1.0.0",
  "description": "AgentsWorkStudio - Agent MCP Client，编程Agent与调度中心的通信桥梁",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "aws-client-agent-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && node ../../scripts/minify-dist.mjs",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "npm run build && tsc -p tsconfig.test.json && node --test --test-timeout=60000 dist-test/*.test.js",
    "prepare": "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\""
  },
  "keywords": [
    "mcp",
    "agent",
    "websocket",
    "collaboration",
    "ai"
  ],
  "author": "AgentsWorkStudio",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "aws-runtime-bridge": "file:../..",
    "ws": "^8.14.2",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@types/node": "^20.10.4",
    "@types/ws": "^8.5.10",
    "eslint": "^9.0.0",
    "prettier": "^3.2.0",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
