2022-05-18 07:26:57 +00:00
|
|
|
{
|
2024-10-09 13:19:34 +00:00
|
|
|
"name": "hive",
|
|
|
|
|
"version": "1.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-08-18 13:22:59 +00:00
|
|
|
"@pulumi/kubernetes": "4.17.1",
|
2022-05-18 07:26:57 +00:00
|
|
|
"@pulumi/kubernetesx": "0.1.6",
|
2024-08-25 12:03:06 +00:00
|
|
|
"@pulumi/pulumi": "3.130.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-04-04 12:42:06 +00:00
|
|
|
"pg-connection-string": "2.6.4",
|
2024-07-17 19:11:14 +00:00
|
|
|
"prettier": "3.3.3",
|
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",
|
2024-08-19 07:20:38 +00:00
|
|
|
"@types/node": "20.16.1",
|
2024-03-13 10:17:52 +00:00
|
|
|
"@types/tar-stream": "3.1.3",
|
|
|
|
|
"@types/tmp": "0.2.6",
|
2024-08-25 08:04:47 +00:00
|
|
|
"json-schema-to-typescript": "15.0.1",
|
2024-03-13 10:17:52 +00:00
|
|
|
"tmp": "0.2.3",
|
2024-08-25 12:04:46 +00:00
|
|
|
"tsx": "4.18.0",
|
2024-08-12 18:10:30 +00:00
|
|
|
"typescript": "5.5.4"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|