Jenkins shared library and CDK constructs for AWS infrastructure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
593 B
JSON
30 lines
593 B
JSON
{
|
|
"name": "spicy-automation",
|
|
"version": "0.1.0",
|
|
"bin": {
|
|
"spicy-automation": "bin/spicy-cdk.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"test": "jest",
|
|
"cdk": "cdk",
|
|
"synth": "cdk synth",
|
|
"deploy": "cdk deploy",
|
|
"diff": "cdk diff"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.10.1",
|
|
"aws-cdk": "2.1033.0",
|
|
"jest": "^30.2.0",
|
|
"ts-jest": "^29.4.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"aws-cdk-lib": "2.230.0",
|
|
"constructs": "^10.4.3"
|
|
}
|
|
}
|