{ "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": "10.5.0", "@cdktf/provider-kubernetes": "11.12.1", "cdktf": "^0.20.12", "constructs": "^10.4.2", "dotenv": "^16.5.0", "envalid": "^8.0.0" }, "devDependencies": { "@types/node": "^24.0.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }