{
  "name": "@cdk-cloudformation/cloudflare-dns-record",
  "description": "A Cloudflare resource for managing a single DNS record",
  "version": "1.1.0-alpha.7",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "keywords": [
    "cdk",
    "awscdk",
    "aws-cdk",
    "cloudformation",
    "cfn",
    "extensions",
    "constructs",
    "cfn-resources",
    "cloudformation-registry",
    "l1",
    "cloudflare",
    "dns",
    "record"
  ],
  "homepage": "https://github.com/aws-ia/cloudformation-cloudflare-resource-providers",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdklabs/cdk-cloudformation.git",
    "directory": "packages/@cdk-cloudformation/cloudflare-dns-record"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "io.github.cdklabs.cdk_cloudformation.cloudflare_dns_record",
        "maven": {
          "groupId": "io.github.cdklabs.cdk_cloudformation",
          "artifactId": "cloudflare-dns-record"
        }
      },
      "python": {
        "distName": "cdk-cloudformation-cloudflare-dns-record",
        "module": "cdk_cloudformation_cloudflare_dns_record"
      },
      "dotnet": {
        "namespace": "CdkCloudFormation.CloudflareDnsRecord",
        "packageId": "CdkCloudFormation.CloudflareDnsRecord"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src",
      "types": [
        "node"
      ]
    }
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.115.0",
    "constructs": "^10.3.0"
  },
  "devDependencies": {
    "aws-cdk-lib": "2.115.0",
    "constructs": "10.3.0"
  },
  "license": "Apache-2.0",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
