Files
mold_cost_online_tool/infra/package.json
T
Anup Raj Gopinathan 0e4f834409 Initial jenkins version
2025-06-25 13:22:01 +02:00

28 lines
548 B
JSON

{
"name": "infra",
"version": "0.1.0",
"bin": {
"infra": "bin/infra.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "22.7.9",
"aws-cdk": "2.1019.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.202.0-alpha.0",
"aws-cdk-lib": "2.202.0",
"constructs": "^10.0.0"
}
}