mirror-noury.li/cdk/package.json
2023-10-29 01:45:03 +02:00

30 lines
873 B
JSON

{
"name": "cdk",
"version": "0.1.0",
"bin": {
"cdk": "bin/cdk.js"https://github.com/noury-ee/noury.ee/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"diff": "cdk diff CertificateStack CloudfrontStack PipelineStack --profile iamadmin-general",
"deploy": "cdk deploy CertificateStack CloudfrontStack PipelineStack --profile iamadmin-general",
"destroy": "cdk destroy PipelineStack --profile iamadmin-general"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.8.5",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"aws-cdk": "^2.46.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"aws-cdk-lib": "^2.46.0",
"constructs": "^10.1.131",
"source-map-support": "^0.5.16"
}
}