mirror of
https://github.com/seemueller-io/cluster.git
synced 2025-09-08 22:56:46 +00:00
Development environment functions
This commit is contained in:
34
deploy/dev/configurations/package.json
Normal file
34
deploy/dev/configurations/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "zitadel-dev",
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"types": "main.ts",
|
||||
"license": "MPL-2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"get": "cdktf get",
|
||||
"synth": "cdktf synth",
|
||||
"deploy": "cdktf deploy --auto-approve",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"upgrade": "npm i cdktf@latest cdktf-cli@latest",
|
||||
"upgrade:next": "npm i cdktf@next cdktf-cli@next",
|
||||
"destroy": "cdktf destroy --auto-approve"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"cdktf": "^0.21.0",
|
||||
"constructs": "^10.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.2.0",
|
||||
"jest": "^30.0.5",
|
||||
"ts-jest": "^29.4.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.2",
|
||||
"dotenv": "^17.2.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user