{
  "name": "@voltro/cms",
  "version": "0.52.0",
  "description": "Headless CMS — typed content-type schemas in code (defineContentType + the Schema field namespace), draft/published table derivation (contentTypeToEntities), the ctx.cms typed read surface, the write pipeline (saveDraft/publish/unpublish/archive with save-time validation + derivation), a REST mount (GET /v1/cms/<type>), signed preview tokens, and a browser-safe schema→widget <ContentForm> renderer.",
  "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"
    },
    "./web": {
      "types": "./dist/web.d.ts",
      "import": "./dist/web.js",
      "default": "./dist/web.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.52.0",
    "@voltro/plugin-multitenancy": "0.52.0",
    "@voltro/runtime": "0.52.0"
  },
  "peerDependencies": {
    "effect": "^3.22.0",
    "react": "^19.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
