{
  "name": "@voltro/plugin-tinybird",
  "version": "0.51.0",
  "description": "Tinybird AnalyticsSink. Hosted ClickHouse with the Tinybird Events API + Pipes for low-friction OLAP. Pay-as-you-go alternative to running your own ClickHouse.",
  "keywords": [
    "voltro",
    "typescript",
    "framework"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://voltro.dev",
  "bugs": {
    "email": "support@voltro.dev"
  },
  "author": {
    "name": "Voltro UG",
    "url": "https://voltro.dev"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@voltro/runtime": "0.51.0"
  },
  "peerDependencies": {
    "effect": "^3.22.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
