UNPKG

@cdkx/web-application

Version:

Static web application hosting related constructs

54 lines (53 loc) 1.28 kB
{ "name": "@cdkx/web-application", "version": "0.1.14", "description": "Static web application hosting related constructs", "main": "index.js", "private": false, "repository": { "type": "git", "url": "https://github.com/NextFaze/cdk-extensions/tree/master/packages/web-application" }, "peerDependencies": { "@aws-cdk/core": "~1.94.1", "@aws-cdk/aws-cloudfront": "~1.94.1", "@aws-cdk/aws-route53": "~1.94.1", "@aws-cdk/aws-s3": "~1.94.1", "@aws-cdk/aws-certificatemanager": "~1.94.1", "@aws-cdk/aws-ssm": "~1.94.1", "@aws-cdk/aws-iam": "~1.94.1", "@aws-cdk/aws-cloudfront-origins": "~1.94.1", "@aws-cdk/aws-apigateway": "~1.94.1", "@aws-cdk/aws-lambda-nodejs": "~1.94.1" }, "dependencies": { "change-case": "^4.1.1", "busboy": "^0.3.1", "sharp": "^0.26.2", "mime": "^2.4.6" }, "keywords": [ "cdk", "cdkx", "web", "spa", "hosting", "aws" ], "author": "Rushi Patel <rpatel@nextfaze.com>", "license": "MIT", "targets": { "cdk-lambda": { "context": "node", "includeNodeModules": { "aws-sdk": false, "sharp": true }, "sourceMap": false, "minify": false, "engines": { "node": ">= 12" } } } }