{
  "name": "@sst-provider/airbyte",
  "version": "0.6.5",
  "description": "A Pulumi provider dynamically bridged from airbyte.",
  "main": "bin/index.js",
  "scripts": {
    "build": "tsc",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "dependencies": {
    "@pulumi/pulumi": "^3.133.0",
    "async-mutex": "^0.5.0"
  },
  "devDependencies": {
    "@types/node": "^14",
    "typescript": "^4.3.5"
  },
  "pulumi": {
    "resource": true,
    "name": "terraform-provider",
    "version": "0.2.0"
  },
  "files": [
    "bin/",
    "README.md",
    "LICENSE"
  ]
}