@pdmlab/cdk-constructs
Version:
Shared constructs for AWS CDK
64 lines (63 loc) • 1.47 kB
JSON
{
"name": "@pdmlab/cdk-constructs",
"description": "Shared constructs for AWS CDK",
"version": "0.1.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PDMLab/cdk-constructs.git"
},
"keywords": [
"aws-cdk",
"aws",
"typescript",
"nodejs",
"cdk-constructs",
"aws-cdk-constructs",
"infrastructure-as-code",
"iac",
"aws-iam"
],
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PDMLab/cdk-constructs/issues"
},
"homepage": "https://github.com/PDMLab/cdk-constructs#readme",
"devDependencies": {
"@aws-cdk/assert": "^1.15.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^24.0.18",
"husky": "^3.0.9",
"jest": "^24.9.0",
"standard-version": "^7.0.0",
"ts-jest": "^24.0.2",
"typescript": "~3.6.2"
},
"peerDependencies": {
"@aws-cdk/core": "^1.15.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "^1.15.0",
"@aws-cdk/aws-route53": "^1.15.0",
"@aws-cdk/core": "^1.15.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}