{
  "name": "@knapsack/rendering-utils",
  "description": "",
  "version": "4.97.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./blocks-to-html": {
      "node": {
        "types": "./dist/blocks-to-html.d.ts",
        "import": "./dist/blocks-to-html.js"
      }
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "lint": "eslint ./",
    "test": "vitest run"
  },
  "dependencies": {
    "@knapsack/tiptap-utils": "4.97.0",
    "@knapsack/utils": "4.97.0",
    "isomorphic-dompurify": "^1.13.0",
    "marked": "^6.0.0"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.97.0",
    "@knapsack/prettier-config": "4.97.0",
    "@knapsack/types": "4.97.0",
    "@knapsack/typescript-config-starter": "4.97.0",
    "@types/node": "^24.13.2",
    "eslint": "^9.20.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "libs/rendering-utils",
    "type": "git"
  },
  "gitHead": "5728e95f7eca6130844be8c304ef67d03b6012e9"
}
