{
  "name": "@voltro/devtools-ui",
  "version": "0.78.0",
  "description": "Shared, transport-agnostic React UI kit for the Voltro inspect dashboards: the inspect pages (Flags, Storage, Workflows, Migrations, Metrics, …) + the renderers they're built from, wired to any transport via the DataSource / MutateSource provider contracts.",
  "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/ui-shadcn": "0.78.0",
    "@voltro/protocol": "0.78.0"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
