2022-05-18 07:26:57 +00:00
|
|
|
{
|
2024-10-09 13:19:34 +00:00
|
|
|
"name": "hive",
|
2025-03-20 12:22:26 +00:00
|
|
|
"version": "6.0.0",
|
2022-11-02 01:11:18 +00:00
|
|
|
"private": true,
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2024-03-13 10:17:52 +00:00
|
|
|
"generate": "tsx generate.ts",
|
2024-10-09 13:19:34 +00:00
|
|
|
"publish": "echo 'Publish is done through the CD pipeline - see .github/workflows/release-stable.yaml'",
|
2022-10-26 07:27:35 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2023-09-26 10:57:40 +00:00
|
|
|
"dependencies": {
|
2023-11-02 11:40:09 +00:00
|
|
|
"@lbrlabs/pulumi-grafana": "0.1.0",
|
2024-06-27 12:14:19 +00:00
|
|
|
"@manypkg/get-packages": "2.2.2",
|
2023-09-27 07:16:21 +00:00
|
|
|
"@pulumi/cloudflare": "4.16.0",
|
2024-07-24 10:42:24 +00:00
|
|
|
"@pulumi/command": "1.0.1",
|
2024-12-25 14:51:51 +00:00
|
|
|
"@pulumi/kubernetes": "4.19.0",
|
2022-05-18 07:26:57 +00:00
|
|
|
"@pulumi/kubernetesx": "0.1.6",
|
2025-01-09 05:53:35 +00:00
|
|
|
"@pulumi/pulumi": "3.145.0",
|
2024-05-28 14:31:24 +00:00
|
|
|
"@pulumi/random": "4.16.2",
|
2023-09-26 10:57:40 +00:00
|
|
|
"js-yaml": "4.1.0",
|
2024-10-27 15:50:45 +00:00
|
|
|
"pg-connection-string": "2.7.0",
|
2024-12-26 13:00:21 +00:00
|
|
|
"prettier": "3.4.2",
|
2024-03-13 10:17:52 +00:00
|
|
|
"tar-stream": "3.1.7"
|
2023-09-26 10:57:40 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-11-08 17:04:42 +00:00
|
|
|
"@types/js-yaml": "4.0.9",
|
2023-11-07 20:13:45 +00:00
|
|
|
"@types/mime-types": "2.1.4",
|
2025-01-09 09:49:30 +00:00
|
|
|
"@types/node": "22.10.5",
|
2024-03-13 10:17:52 +00:00
|
|
|
"@types/tar-stream": "3.1.3",
|
|
|
|
|
"@types/tmp": "0.2.6",
|
2024-11-17 10:06:23 +00:00
|
|
|
"json-schema-to-typescript": "15.0.3",
|
2024-03-13 10:17:52 +00:00
|
|
|
"tmp": "0.2.3",
|
2024-10-27 15:48:46 +00:00
|
|
|
"tsx": "4.19.2",
|
2025-01-09 07:02:14 +00:00
|
|
|
"typescript": "5.7.3"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|