{
  "name": "@aws-cdk/custom-resources",
  "version": "1.204.0",
  "description": "Constructs for implementing CDK custom resources",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "software.amazon.awscdk.customresources",
        "maven": {
          "groupId": "software.amazon.awscdk",
          "artifactId": "cdk-customresources"
        }
      },
      "dotnet": {
        "namespace": "Amazon.CDK.CustomResources",
        "packageId": "Amazon.CDK.AWS.CustomResources",
        "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
      },
      "python": {
        "distName": "aws-cdk.custom-resources",
        "module": "aws_cdk.custom_resources",
        "classifiers": [
          "Framework :: AWS CDK",
          "Framework :: AWS CDK :: 1"
        ]
      }
    },
    "projectReferences": true,
    "metadata": {
      "jsii": {
        "rosetta": {
          "strict": true
        }
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-cdk.git",
    "directory": "packages/@aws-cdk/custom-resources"
  },
  "scripts": {
    "build": "cdk-build",
    "watch": "cdk-watch",
    "lint": "cdk-lint",
    "test": "cdk-test",
    "integ": "integ-runner",
    "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",
    "gen": "cp -f $(node -p 'require.resolve(\"aws-sdk/apis/metadata.json\")') lib/aws-custom-resource/sdk-api-metadata.json && rm -rf test/aws-custom-resource/cdk.out",
    "rosetta:extract": "yarn --silent jsii-rosetta extract",
    "build+extract": "yarn build && yarn rosetta:extract",
    "build+test+extract": "yarn build+test && yarn rosetta:extract"
  },
  "cdk-build": {
    "env": {
      "AWSLINT_BASE_CONSTRUCT": true
    }
  },
  "keywords": [
    "aws",
    "cdk",
    "constructs",
    "cloudformation",
    "custom-resources",
    "customresources"
  ],
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@aws-cdk/assertions": "1.204.0",
    "@aws-cdk/aws-events": "1.204.0",
    "@aws-cdk/aws-s3": "1.204.0",
    "@aws-cdk/aws-ssm": "1.204.0",
    "@aws-cdk/cdk-build-tools": "1.204.0",
    "@aws-cdk/integ-runner": "1.204.0",
    "@aws-cdk/cfn2ts": "1.204.0",
    "@aws-cdk/pkglint": "1.204.0",
    "@types/aws-lambda": "^8.10.110",
    "@types/fs-extra": "^8.1.2",
    "@types/jest": "^27.5.2",
    "@types/sinon": "^9.0.11",
    "aws-sdk": "^2.848.0",
    "aws-sdk-mock": "5.6.0",
    "fs-extra": "^9.1.0",
    "nock": "^13.3.0",
    "sinon": "^9.2.4"
  },
  "dependencies": {
    "@aws-cdk/aws-cloudformation": "1.204.0",
    "@aws-cdk/aws-ec2": "1.204.0",
    "@aws-cdk/aws-iam": "1.204.0",
    "@aws-cdk/aws-lambda": "1.204.0",
    "@aws-cdk/aws-logs": "1.204.0",
    "@aws-cdk/aws-sns": "1.204.0",
    "@aws-cdk/core": "1.204.0",
    "constructs": "^3.3.69"
  },
  "homepage": "https://github.com/aws/aws-cdk",
  "peerDependencies": {
    "@aws-cdk/aws-cloudformation": "1.204.0",
    "@aws-cdk/aws-ec2": "1.204.0",
    "@aws-cdk/aws-iam": "1.204.0",
    "@aws-cdk/aws-lambda": "1.204.0",
    "@aws-cdk/aws-logs": "1.204.0",
    "@aws-cdk/aws-sns": "1.204.0",
    "@aws-cdk/core": "1.204.0",
    "constructs": "^3.3.69"
  },
  "engines": {
    "node": ">= 14.15.0"
  },
  "stability": "stable",
  "awslint": {
    "exclude": [
      "construct-ctor-props-optional:@aws-cdk/custom-resources.AwsCustomResource"
    ]
  },
  "awscdkio": {
    "announce": false
  },
  "nozem": {
    "ostools": [
      "rm",
      "cp"
    ]
  },
  "maturity": "end-of-support",
  "publishConfig": {
    "tag": "latest"
  },
  "deprecated": "AWS CDK v1 has reached End-of-Support on 2023-06-01.\nThis package is no longer being updated, and users should migrate to AWS CDK v2.\n\nFor more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html"
}