-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "homelab-iac",
"version": "1.0.0",
"description": "Infrastructure as Code for the personal HomeLab",
"author": "busybeaver",
"homepage": "https://github.com/busybeaver/homelab-iac#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/busybeaver/homelab-iac.git"
},
"license": "ISC",
"main": "src/index.ts",
"private": true,
"scripts": {
"cleanup": "zx scripts/cleanup_state_backups.mjs"
},
"devDependencies": {
"@pulumi/cloudflare": "5.49.0",
"@pulumi/github": "6.6.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0",
"@swc/core": "1.10.9",
"@swc/jest": "0.2.37",
"@tsconfig/node16": "1.0.3",
"@types/jest": "29.5.14",
"@types/node": "18.19.74",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"regenerator-runtime": "0.14.1",
"typescript": "5.7.3",
"zx": "8.3.0"
},
"engines": {
"node": ">=16.13.0"
}
}