{
  "name": "@tiptap/static-renderer",
  "version": "3.27.1",
  "description": "statically render Tiptap JSON",
  "keywords": [
    "tiptap",
    "tiptap react renderer",
    "tiptap static renderer"
  ],
  "homepage": "https://tiptap.dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ueberdosis/tiptap",
    "directory": "packages/static-renderer"
  },
  "bugs": {
    "url": "https://github.com/ueberdosis/tiptap/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ueberdosis"
  },
  "files": [
    "src",
    "dist"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.ts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./json/react": {
      "types": {
        "import": "./dist/json/react/index.d.ts",
        "require": "./dist/json/react/index.d.cts"
      },
      "import": "./dist/json/react/index.js",
      "require": "./dist/json/react/index.cjs"
    },
    "./json/html-string": {
      "types": {
        "import": "./dist/json/html-string/index.d.ts",
        "require": "./dist/json/html-string/index.d.cts"
      },
      "import": "./dist/json/html-string/index.js",
      "require": "./dist/json/html-string/index.cjs"
    },
    "./pm/react": {
      "types": {
        "import": "./dist/pm/react/index.d.ts",
        "require": "./dist/pm/react/index.d.cts"
      },
      "import": "./dist/pm/react/index.js",
      "require": "./dist/pm/react/index.cjs"
    },
    "./pm/html-string": {
      "types": {
        "import": "./dist/pm/html-string/index.d.ts",
        "require": "./dist/pm/html-string/index.d.cts"
      },
      "import": "./dist/pm/html-string/index.js",
      "require": "./dist/pm/html-string/index.cjs"
    },
    "./pm/markdown": {
      "types": {
        "import": "./dist/pm/markdown/index.d.ts",
        "require": "./dist/pm/markdown/index.d.cts"
      },
      "import": "./dist/pm/markdown/index.js",
      "require": "./dist/pm/markdown/index.cjs"
    }
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "@tiptap/core": "^3.27.1",
    "@tiptap/pm": "^3.27.1"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@tiptap/core": "3.27.1",
    "@tiptap/pm": "3.27.1"
  },
  "scripts": {
    "build": "tsup"
  }
}