UNPKG

@cdk-cloudformation/awscommunity-time-offset

Version:

Creates a time based resource with an offset from the provided time or now.

74 lines (73 loc) 1.93 kB
{ "name": "@cdk-cloudformation/awscommunity-time-offset", "description": "Creates a time based resource with an offset from the provided time or now.", "version": "1.9.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", "awscommunity", "time", "offset" ], "homepage": "https://github.com/aws-cloudformation/community-registry-extensions.git", "repository": { "type": "git", "url": "https://github.com/cdklabs/cdk-cloudformation.git", "directory": "packages/@cdk-cloudformation/awscommunity-time-offset" }, "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "jsii": { "outdir": "dist", "targets": { "java": { "package": "io.github.cdklabs.cdk_cloudformation.awscommunity_time_offset", "maven": { "groupId": "io.github.cdklabs.cdk_cloudformation", "artifactId": "awscommunity-time-offset" } }, "python": { "distName": "cdk-cloudformation-awscommunity-time-offset", "module": "cdk_cloudformation_awscommunity_time_offset" }, "dotnet": { "namespace": "CdkCloudFormation.AwsCommunityTimeOffset", "packageId": "CdkCloudFormation.AwsCommunityTimeOffset" } }, "tsc": { "outDir": "lib", "rootDir": "src", "types": [ "node" ] } }, "peerDependencies": { "aws-cdk-lib": "^2.102.0", "constructs": "^10.3.0" }, "devDependencies": { "aws-cdk-lib": "2.102.0", "constructs": "10.3.0" }, "license": "Apache-2.0", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }