{
  "name": "@voltro/plugin-audit",
  "version": "0.50.1",
  "description": "Audit plugin — ships the `audit()` schema mixin (createdAt/updatedAt/createdBy/updatedBy → Actor) plus an optional mutation interceptor that records every call to a configurable sink (console / memory / custom function).",
  "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"
    },
    "./mixin": {
      "types": "./dist/mixin.d.ts",
      "import": "./dist/mixin.js",
      "default": "./dist/mixin.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/database": "0.50.1",
    "@voltro/logger": "0.50.1",
    "@voltro/protocol": "0.50.1"
  },
  "peerDependencies": {
    "effect": "^3.22.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
