{
  "name": "pulumi-bunnynet",
  "description": "A Pulumi provider for managing Bunny.net CDN and edge computing resources, dynamically bridged from the Terraform Bunnynet provider with support for pull zones, storage, DNS, compute containers, and video streaming.",
  "version": "0.14.0",
  "homepage": "https://pulumi.khanh.id/docs/providers/bunnynet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hckhanh/pulumi-any-terraform.git",
    "directory": "packages/bunnynet"
  },
  "private": false,
  "sideEffects": false,
  "main": "./bin/index.js",
  "module": "./bin/index.js",
  "types": "./bin/index.d.ts",
  "exports": {
    ".": "./bin/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "async-mutex": "0.5.0"
  },
  "devDependencies": {
    "@pulumi/pulumi": "3.229.0",
    "@types/node": "24.12.0",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "@pulumi/pulumi": ">=3.190.0 <4"
  },
  "files": [
    "bin",
    "README.md"
  ],
  "keywords": [
    "pulumi",
    "bunnynet",
    "bunny.net",
    "cdn",
    "edge-computing",
    "storage",
    "dns",
    "video-streaming",
    "compute-containers",
    "pull-zones",
    "terraform",
    "provider",
    "infrastructure"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "pulumi": {
    "resource": true,
    "name": "terraform-provider",
    "version": "1.1.1",
    "parameterization": {
      "name": "bunnynet",
      "version": "0.14.0",
      "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2J1bm55d2F5L2J1bm55bmV0IiwidmVyc2lvbiI6IjAuMTQuMCJ9fQ=="
    }
  }
}