verae-proxmox/package.json

10 lines
265 B
JSON

{
"name": "verae-proxmox",
"version": "0.1.0",
"private": true,
"description": "Provision Verae archive worker LXC guests on NS1 Proxmox (vmbr1)",
"scripts": {
"create-worker": "bash scripts/create-worker.sh",
"test": "bash scripts/test.sh"
}
}