{
  "name": "@sst-provider/cloudflare5",
  "version": "5.18.0",
  "description": "A Pulumi provider dynamically bridged from cloudflare.",
  "repository": {
    "type": "git",
    "url": "https://github.com/anomalyco/provider"
  },
  "main": "bin/index.js",
  "scripts": {
    "build": "tsc",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "dependencies": {
    "@pulumi/pulumi": "^3.142.0",
    "@types/node": "^20",
    "async-mutex": "^0.5.0",
    "typescript": "^4.7.0"
  },
  "pulumi": {
    "resource": true,
    "name": "terraform-provider",
    "version": "1.1.1",
    "parameterization": {
      "name": "cloudflare",
      "version": "5.18.0",
      "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkudGVycmFmb3JtLmlvL2Nsb3VkZmxhcmUvY2xvdWRmbGFyZSIsInZlcnNpb24iOiI1LjE4LjAifX0="
    }
  },
  "files": [
    "bin/",
    "README.md",
    "LICENSE"
  ]
}