@aws-solutions-constructs/aws-cloudfront-s3
Version:
CDK Constructs for AWS Cloudfront to AWS S3 integration.
96 lines • 2.93 kB
JSON
{
"name": "@aws-solutions-constructs/aws-cloudfront-s3",
"version": "2.96.0",
"description": "CDK Constructs for AWS Cloudfront to AWS S3 integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
"directory": "source/patterns/@aws-solutions-constructs/aws-cloudfront-s3"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc -b .",
"lint": "eslint --config ../eslintrc.config.mjs --no-warn-ignored .",
"lint-fix": "eslint --config ../eslintrc.config.mjs --ext=.js,.ts --fix .",
"test": "jest --coverage",
"clean": "tsc -b --clean",
"watch": "tsc -b -w",
"asciidoc": "asciidoctor --failure-level WARNING -o /dev/null README.adoc",
"integ": "integ-runner --update-on-failed",
"integ-no-clean": "integ-runner --update-on-failed --no-clean",
"integ-assert": "integ-runner",
"jsii": "jsii",
"jsii-pacmak": "jsii-pacmak",
"build+lint+test": "npm run jsii && npm run lint && npm run asciidoc && npm test && npm run integ-assert",
"blt": "npm run build+lint+test",
"snapshot-update": "npm run jsii && npm test -- -u && npm run integ-assert"
},
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "software.amazon.awsconstructs.services.cloudfronts3",
"maven": {
"groupId": "software.amazon.awsconstructs",
"artifactId": "cloudfronts3"
}
},
"dotnet": {
"namespace": "Amazon.SolutionsConstructs.AWS.CloudfrontS3",
"packageId": "Amazon.SolutionsConstructs.AWS.CloudfrontS3",
"signAssembly": true,
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png"
},
"python": {
"distName": "aws-solutions-constructs.aws-cloudfront-s3",
"module": "aws_solutions_constructs.aws_cloudfront_s3"
}
}
},
"dependencies": {
"@aws-solutions-constructs/core": "2.96.0",
"@aws-solutions-constructs/resources": "2.96.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "2.223.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "2.223.0"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageReporters": [
"text",
[
"lcov",
{
"projectRoot": "../../../../"
}
]
]
},
"peerDependencies": {
"@aws-solutions-constructs/core": "2.96.0",
"@aws-solutions-constructs/resources": "2.96.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.223.0"
},
"keywords": [
"aws",
"cdk",
"awscdk",
"AWS Solutions Constructs",
"Amazon CloudFront",
"Amazon S3"
]
}