mirror of
https://github.com/langgenius/aws-cdk-for-dify.git
synced 2026-07-01 20:14:06 -04:00
bd7cf30b90
* chore: update dependencies and add yarn.lock - Upgraded @aws-quickstart/eks-blueprints from 1.17.2 to 1.17.4 - Updated ts-node from 10.9.2 to 1.7.1 - Updated aws-cdk from 2.1020.2 to 2.1029.2 - Updated aws-cdk-lib from 2.204.0 to 2.215.0 - Added yarn.lock file to manage dependencies - Updated various other dependencies for compatibility and security * chore: remove yarn.lock file * chore: update ts-node version and add new dependencies
30 lines
731 B
JSON
30 lines
731 B
JSON
{
|
|
"name": "dify-cdk",
|
|
"version": "0.1.1",
|
|
"bin": {
|
|
"dify-cdk": "bin/dify-cdk.js"
|
|
},
|
|
"scripts": {
|
|
"init": "npx cdk bootstrap",
|
|
"synth": "npx cdk synth --all -q",
|
|
"deploy": "npx cdk deploy --all --no-rollback --require-approval never",
|
|
"destroy": "npx cdk destroy --all"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.19",
|
|
"aws-cdk": "2.1020.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@aws-quickstart/eks-blueprints": "^1.17.4",
|
|
"@types/lodash": "^4.14.197",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"aws-cdk-lib": "2.204.0",
|
|
"cdk-redisdb": "^0.0.39",
|
|
"constructs": "^10.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"yaml": "^2.3.2"
|
|
}
|
|
}
|