{
  "name": "@aws-cdk/cx-api",
  "version": "2.250.0",
  "description": "Cloud executable protocol",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/**/*.js",
          "{projectRoot}/**/*.d.ts",
          "{projectRoot}/.jsii",
          "{projectRoot}/.warnings.jsii.js",
          "{projectRoot}/.gitignore",
          "{projectRoot}/tsconfig.json",
          "{projectRoot}/README.md",
          "{projectRoot}/rosetta",
          "!{projectRoot}/node_modules/**/*"
        ]
      }
    }
  },
  "jsii": {
    "excludeTypescript": [
      "**/test/**/*.ts"
    ],
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "software.amazon.awscdk.cxapi",
        "maven": {
          "groupId": "software.amazon.awscdk",
          "artifactId": "cdk-cx-api"
        }
      },
      "dotnet": {
        "namespace": "Amazon.CDK.CXAPI",
        "packageId": "Amazon.CDK.CXAPI",
        "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png"
      },
      "python": {
        "distName": "aws-cdk.cx-api",
        "module": "aws_cdk.cx_api",
        "classifiers": [
          "Framework :: AWS CDK",
          "Framework :: AWS CDK :: 2"
        ]
      }
    },
    "metadata": {
      "jsii": {
        "rosetta": {
          "strict": false
        }
      }
    },
    "tsconfig": "tsconfig.json",
    "validateTsconfig": "minimal"
  },
  "scripts": {
    "build": "yarn gen && cdk-build --skip-lint",
    "gen": "cdk-copy cx-api",
    "watch": "cdk-watch",
    "lint": "cdk-lint && madge --circular --extensions js lib",
    "test": "jest",
    "pkglint": "pkglint -f",
    "package": "cdk-package",
    "awslint": "cdk-awslint",
    "build+test+package": "yarn build+test && yarn package",
    "build+test": "yarn build && yarn test",
    "compat": "cdk-compat",
    "rosetta:extract": "yarn --silent jsii-rosetta extract",
    "build+extract": "yarn build && yarn rosetta:extract",
    "build+test+extract": "yarn build+test && yarn rosetta:extract"
  },
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "dependencies": {
    "semver": "^7.7.4",
    "@aws-cdk/cloud-assembly-api": "^2.2.0"
  },
  "peerDependencies": {
    "@aws-cdk/cloud-assembly-schema": ">=53.0.0"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@aws-cdk/cdk-build-tools": "2.250.0-alpha.0",
    "@aws-cdk/cloud-assembly-schema": "^53.0.0",
    "@aws-cdk/pkglint": "2.250.0-alpha.0",
    "@types/jest": "^29.5.14",
    "@types/mock-fs": "^4.13.4",
    "@types/semver": "^7.7.1",
    "jest": "^29.7.0",
    "madge": "^5.0.2",
    "mock-fs": "^4.14.0"
  },
  "repository": {
    "url": "https://github.com/aws/aws-cdk.git",
    "type": "git",
    "directory": "packages/@aws-cdk/cx-api"
  },
  "keywords": [
    "aws",
    "cdk"
  ],
  "homepage": "https://github.com/aws/aws-cdk",
  "bundledDependencies": [
    "semver",
    "@aws-cdk/cloud-assembly-api"
  ],
  "engines": {
    "node": ">= 20.0.0"
  },
  "stability": "stable",
  "maturity": "stable",
  "awscdkio": {
    "announce": false
  },
  "publishConfig": {
    "tag": "latest"
  },
  "awslint": {
    "exclude": [
      "docs-public-apis:@aws-cdk/cx-api.CloudArtifact.assembly",
      "docs-public-apis:@aws-cdk/cx-api.CloudArtifact.id",
      "docs-public-apis:@aws-cdk/cx-api.CloudArtifact.findMetadataByType",
      "docs-public-apis:@aws-cdk/cx-api.CloudAssembly.stacks",
      "docs-public-apis:@aws-cdk/cx-api.CloudFormationStackArtifact",
      "docs-public-apis:@aws-cdk/cx-api.EnvironmentUtils",
      "docs-public-apis:@aws-cdk/cx-api.EnvironmentUtils.parse",
      "docs-public-apis:@aws-cdk/cx-api.TreeCloudArtifact",
      "docs-public-apis:@aws-cdk/cx-api.TreeCloudArtifact.file",
      "docs-public-apis:@aws-cdk/cx-api.AssemblyBuildOptions",
      "props-default-doc:@aws-cdk/cx-api.AwsCloudFormationStackProperties.parameters",
      "props-default-doc:@aws-cdk/cx-api.EndpointServiceAvailabilityZonesContextQuery.account",
      "props-default-doc:@aws-cdk/cx-api.EndpointServiceAvailabilityZonesContextQuery.region",
      "props-default-doc:@aws-cdk/cx-api.EndpointServiceAvailabilityZonesContextQuery.serviceName",
      "docs-public-apis:@aws-cdk/cx-api.MetadataEntryResult",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessage",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessage.entry",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessage.id",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessage.level",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.isolatedSubnetIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.isolatedSubnetNames",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.isolatedSubnetRouteTableIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.privateSubnetIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.privateSubnetNames",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.privateSubnetRouteTableIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.publicSubnetIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.publicSubnetNames",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.publicSubnetRouteTableIds",
      "props-default-doc:@aws-cdk/cx-api.VpcContextResponse.vpnGatewayId",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessageLevel",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessageLevel.INFO",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessageLevel.WARNING",
      "docs-public-apis:@aws-cdk/cx-api.SynthesisMessageLevel.ERROR"
    ]
  }
}