{
    "name": "@defang-io/pulumi-defang",
    "version": "v1.1.0-beta.15",
    "keywords": [
        "category/cloud",
        "category/infrastructure",
        "kind/native",
        "defang",
        "docker",
        "docker compose",
        "cloud",
        "aws",
        "azure",
        "gcp",
        "digital ocean"
    ],
    "homepage": "https://github.com/DefangLabs/pulumi-defang",
    "repository": "https://github.com/DefangLabs/pulumi-defang",
    "license": "Apache-2.0",
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "@pulumi/pulumi": "^3.142.0"
    },
    "devDependencies": {
        "@types/node": "^18",
        "typescript": "^4.3.5"
    },
    "pulumi": {
        "resource": true,
        "name": "defang",
        "server": "github://api.github.com/DefangLabs"
    }
}
