{ "name": "homelab", "version": "1.0.0", "description": "CDKTF project to spin up my homelab", "repository": { "type": "git", "url": "git@git.dogar.dev:shahab/homelab.git" }, "license": "GPL-3.0-or-later", "author": "shahab@dogar.dev", "main": "main.js", "types": "main.ts", "engines": { "node": "24" }, "scripts": { "get": "cdktf get", "build": "tsc", "synth": "cdktf synth", "compile": "tsc --pretty", "watch": "tsc -w", "upgrade": "npm i cdktf@latest cdktf-cli@latest", "upgrade:next": "npm i cdktf@next cdktf-cli@next" }, "dependencies": { "@cdktf/provider-helm": "12.1.1", "@cdktf/provider-kubernetes": "12.1.0", "@cdktf/provider-null": "^11.0.0", "cdktf": "^0.21.0", "constructs": "^10.4.3", "dotenv": "^17.2.3", "envalid": "^8.1.1" }, "devDependencies": { "@types/node": "^24.10.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }