package.json
1 { 2 "name": "@aws-cdk/aws-cloudformation", 3 "version": "1.134.0", 4 "description": "The CDK Construct Library for AWS::CloudFormation", 5 "main": "lib/index.js", 6 "types": "lib/index.d.ts", 7 "jsii": { 8 "outdir": "dist", 9 "targets": { 10 "java": { 11 "package": "software.amazon.awscdk.services.cloudformation", 12 "maven": { 13 "groupId": "software.amazon.awscdk", 14 "artifactId": "cloudformation" 15 } 16 }, 17 "dotnet": { 18 "namespace": "Amazon.CDK.AWS.CloudFormation", 19 "packageId": "Amazon.CDK.AWS.CloudFormation", 20 "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png" 21 }, 22 "python": { 23 "distName": "aws-cdk.aws-cloudformation", 24 "module": "aws_cdk.aws_cloudformation", 25 "classifiers": [ 26 "Framework :: AWS CDK", 27 "Framework :: AWS CDK :: 1" 28 ] 29 } 30 }, 31 "projectReferences": true 32 }, 33 "repository": { 34 "type": "git", 35 "url": "https://github.com/aws/aws-cdk.git", 36 "directory": "packages/@aws-cdk/aws-cloudformation" 37 }, 38 "scripts": { 39 "build": "cdk-build", 40 "watch": "cdk-watch", 41 "lint": "cdk-lint", 42 "test": "cdk-test", 43 "integ": "cdk-integ", 44 "pkglint": "pkglint -f", 45 "package": "cdk-package", 46 "awslint": "cdk-awslint", 47 "cfn2ts": "cfn2ts", 48 "build+test+package": "yarn build+test && yarn package", 49 "build+test": "yarn build && yarn test", 50 "compat": "cdk-compat", 51 "gen": "cfn2ts", 52 "rosetta:extract": "yarn --silent jsii-rosetta extract", 53 "build+extract": "yarn build && yarn rosetta:extract", 54 "build+test+extract": "yarn build+test && yarn rosetta:extract" 55 }, 56 "cdk-build": { 57 "cloudformation": "AWS::CloudFormation" 58 }, 59 "keywords": [ 60 "aws", 61 "cdk", 62 "constructs", 63 "cloudformation" 64 ], 65 "author": { 66 "name": "Amazon Web Services", 67 "url": "https://aws.amazon.com", 68 "organization": true 69 }, 70 "license": "Apache-2.0", 71 "devDependencies": { 72 "@aws-cdk/assert-internal": "1.134.0", 73 "@aws-cdk/aws-events": "1.134.0", 74 "@aws-cdk/aws-s3-assets": "1.134.0", 75 "@aws-cdk/aws-sns-subscriptions": "1.134.0", 76 "@aws-cdk/aws-sqs": "1.134.0", 77 "@aws-cdk/aws-ssm": "1.134.0", 78 "@aws-cdk/cdk-build-tools": "1.134.0", 79 "@aws-cdk/cdk-integ-tools": "1.134.0", 80 "@aws-cdk/cfn2ts": "1.134.0", 81 "@aws-cdk/pkglint": "1.134.0", 82 "@types/aws-lambda": "^8.10.85", 83 "@types/jest": "^27.0.2", 84 "jest": "^27.3.1" 85 }, 86 "dependencies": { 87 "@aws-cdk/aws-iam": "1.134.0", 88 "@aws-cdk/aws-lambda": "1.134.0", 89 "@aws-cdk/aws-s3": "1.134.0", 90 "@aws-cdk/aws-sns": "1.134.0", 91 "@aws-cdk/core": "1.134.0", 92 "@aws-cdk/cx-api": "1.134.0", 93 "constructs": "^3.3.69" 94 }, 95 "homepage": "https://github.com/aws/aws-cdk", 96 "peerDependencies": { 97 "@aws-cdk/aws-iam": "1.134.0", 98 "@aws-cdk/aws-lambda": "1.134.0", 99 "@aws-cdk/aws-s3": "1.134.0", 100 "@aws-cdk/aws-sns": "1.134.0", 101 "@aws-cdk/core": "1.134.0", 102 "@aws-cdk/cx-api": "1.134.0", 103 "constructs": "^3.3.69" 104 }, 105 "engines": { 106 "node": ">= 10.13.0 <13 || >=13.7.0" 107 }, 108 "awslint": { 109 "exclude": [ 110 "construct-ctor:@aws-cdk/aws-cloudformation.PipelineCloudFormationAction.<initializer>", 111 "construct-ctor:@aws-cdk/aws-cloudformation.PipelineCloudFormationDeployAction.<initializer>", 112 "no-unused-type:@aws-cdk/aws-cloudformation.CloudFormationCapabilities", 113 "props-physical-name:@aws-cdk/aws-cloudformation.CustomResourceProps" 114 ] 115 }, 116 "stability": "deprecated", 117 "awscdkio": { 118 "announce": false 119 }, 120 "maturity": "deprecated", 121 "publishConfig": { 122 "tag": "latest" 123 } 124 }