UNPKG

@cdk-cloudformation/tf-aws-s3bucket

Version:
74 lines (73 loc) 1.84 kB
{ "name": "@cdk-cloudformation/tf-aws-s3bucket", "description": "Provides a S3 bucket resource.", "version": "1.0.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", "tf", "aws", "s3bucket" ], "homepage": "https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/aws/TF-AWS-S3Bucket/docs/README.md", "repository": { "type": "git", "url": "https://github.com/cdklabs/cdk-cloudformation.git", "directory": "packages/@cdk-cloudformation/tf-aws-s3bucket" }, "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "jsii": { "outdir": "dist", "targets": { "java": { "package": "io.github.cdklabs.cdk_cloudformation.tf_aws_s3bucket", "maven": { "groupId": "io.github.cdklabs.cdk_cloudformation", "artifactId": "tf-aws-s3bucket" } }, "python": { "distName": "cdk-cloudformation-tf-aws-s3bucket", "module": "cdk_cloudformation_tf_aws_s3bucket" }, "dotnet": { "namespace": "CdkCloudFormation.TFAWSS3Bucket", "packageId": "CdkCloudFormation.TFAWSS3Bucket" } }, "tsc": { "outDir": "lib", "rootDir": "src", "types": [ "node" ] } }, "peerDependencies": { "aws-cdk-lib": "^2.63.0", "constructs": "^10.1.239" }, "devDependencies": { "aws-cdk-lib": "2.63.0", "constructs": "10.1.239" }, "license": "Apache-2.0", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }