{ "name": "hive", "version": "1.0.0", "private": true, "scripts": { "generate": "tsx generate.ts", "publish": "echo 'Publish is done through the CD pipeline - see .github/workflows/release-stable.yaml'", "typecheck": "tsc --noEmit" }, "dependencies": { "@lbrlabs/pulumi-grafana": "0.1.0", "@manypkg/get-packages": "2.2.2", "@pulumi/cloudflare": "4.16.0", "@pulumi/command": "1.0.1", "@pulumi/kubernetes": "4.17.1", "@pulumi/kubernetesx": "0.1.6", "@pulumi/pulumi": "3.130.0", "@pulumi/random": "4.16.2", "js-yaml": "4.1.0", "pg-connection-string": "2.6.4", "prettier": "3.3.3", "tar-stream": "3.1.7" }, "devDependencies": { "@types/js-yaml": "4.0.9", "@types/mime-types": "2.1.4", "@types/node": "20.16.1", "@types/tar-stream": "3.1.3", "@types/tmp": "0.2.6", "json-schema-to-typescript": "15.0.1", "tmp": "0.2.3", "tsx": "4.18.0", "typescript": "5.5.4" } }