{
    "name": "@pulumi/azure",
    "version": "6.35.0",
    "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
    "keywords": [
        "pulumi",
        "azure"
    ],
    "homepage": "https://pulumi.io",
    "repository": "https://github.com/pulumi/pulumi-azure",
    "license": "Apache-2.0",
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "@azure/eventgrid": "^4.6.0",
        "@azure/functions": "=1.2.2",
        "@azure/identity": "~4.6.0",
        "@azure/ms-rest-azure-js": "^2.0.1",
        "@pulumi/pulumi": "^3.142.0",
        "azure-functions-ts-essentials": "^1.3.2",
        "moment": "2.29.4",
        "node-fetch": "^2.3.0"
    },
    "devDependencies": {
        "@types/node": "^10.0.0",
        "@types/node-fetch": "^2.5.8",
        "typescript": "^4"
    },
    "pulumi": {
        "resource": true,
        "name": "azure",
        "version": "6.35.0"
    }
}
