{
  "name": "@frontpoint/aws-infra-mcp",
  "version": "0.1.0",
  "description": "MCP server for generating AWS CDK infrastructure code with resource analysis",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js"
    }
  },
  "bin": {
    "aws-infra-mcp": "dist/index.js",
    "aws-cdk-gen": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "mcp",
    "aws",
    "cdk",
    "infrastructure",
    "iac",
    "cloudformation",
    "ec2",
    "lambda",
    "s3",
    "rds",
    "eks",
    "ecs",
    "devops",
    "claude",
    "ai-tools"
  ],
  "author": "frontpoint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frontpoint/aws-infra-mcp.git"
  },
  "homepage": "https://github.com/frontpoint/aws-infra-mcp#readme",
  "bugs": {
    "url": "https://github.com/frontpoint/aws-infra-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@aws-sdk/client-ec2": "^3.700.0",
    "@aws-sdk/client-rds": "^3.700.0",
    "@aws-sdk/client-s3": "^3.700.0",
    "@aws-sdk/client-lambda": "^3.700.0",
    "@aws-sdk/client-dynamodb": "^3.700.0",
    "@aws-sdk/client-ecs": "^3.700.0",
    "@aws-sdk/client-eks": "^3.700.0",
    "@aws-sdk/client-ecr": "^3.700.0",
    "@aws-sdk/client-apigatewayv2": "^3.700.0",
    "@aws-sdk/client-sts": "^3.700.0",
    "@aws-sdk/client-pricing": "^3.700.0",
    "handlebars": "^4.7.8",
    "glob": "^10.3.10"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
