{
    "name": "@muhlba91/pulumi-proxmoxve",
    "version": "8.2.1",
    "description": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.",
    "keywords": [
        "proxmox",
        "proxmoxve",
        "category/infrastructure"
    ],
    "homepage": "https://github.com/muhlba91/pulumi-proxmoxve",
    "repository": "https://github.com/muhlba91/pulumi-proxmoxve",
    "license": "Apache-2.0",
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "@pulumi/pulumi": "^3.0.0"
    },
    "devDependencies": {
        "@types/node": "^20",
        "typescript": "^4.7.0"
    },
    "pulumi": {
        "resource": true,
        "name": "proxmoxve",
        "version": "8.2.1",
        "server": "github://api.github.com/muhlba91/pulumi-proxmoxve"
    }
}
