mirror of
https://github.com/lyx0/noury.li.git
synced 2024-11-13 19:49:54 +01:00
30 lines
873 B
JSON
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"
|
|
}
|
|
}
|