{
  "name": "@roottale/cms-core",
  "version": "0.64.0",
  "type": "module",
  "description": "RootTale CMS core — Block JSON schema (Gutenberg-compatible), serialize, validate. ADR-0034 §3 §5. Transitive dependency of @roottale/cms-renderer-next.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "postcss": "^8.5.14",
    "sanitize-html": "^2.17.5",
    "uuidv7": "^1.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/sanitize-html": "^2.16.1",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "roottale",
    "cms",
    "block-json",
    "schema",
    "tiptap",
    "gutenberg"
  ],
  "license": "UNLICENSED",
  "homepage": "https://github.com/RootTale/roottale-platform/tree/main/packages/cms-core",
  "repository": {
    "type": "git",
    "url": "https://github.com/RootTale/roottale-platform.git",
    "directory": "packages/cms-core"
  },
  "scripts": {
    "build": "tsup",
    "type-check": "tsc --noEmit",
    "test": "vitest run --passWithNoTests"
  }
}