-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 871 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
{
"name": "homelab-infrastructure",
"version": "1.0.0",
"description": "Provisioning Homelab with Ansible and Terraform",
"keywords": [
"terraform",
"helm",
"kubectl",
"proxmox",
"ansible"
],
"repository": {
"type": "git",
"url": "https://github.com/chrisleekr/homelab-infrastructure.git"
},
"scripts": {
"repo:setup": "./scripts/repo-setup.sh",
"precommit:run": "pre-commit run --all-files",
"docker:build": "./scripts/docker-build.sh",
"docker:run": "./scripts/docker-run.sh",
"docker:exec": "npm run docker:run && docker exec -it \"homelab-infrastructure\" /bin/bash"
},
"author": "Chris Lee <git@chrislee.kr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisleekr/homelab-infrastructure/issues"
},
"homepage": "https://github.com/chrisleekr/homelab-infrastructure#readme"
}