UNPKG

@portabletext/to-html

Version:
61 lines 1.59 kB
{ "name": "@portabletext/to-html", "version": "5.0.2", "description": "Render Portable Text to HTML", "keywords": [ "portable-text" ], "homepage": "https://github.com/portabletext/to-html#readme", "bugs": { "url": "https://github.com/portabletext/to-html/issues" }, "license": "MIT", "author": "Sanity.io <hello@sanity.io>", "repository": { "type": "git", "url": "git+ssh://git@github.com/portabletext/to-html.git" }, "files": [ "dist", "!dist/stats.html" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "dependencies": { "@portabletext/toolkit": "^5.0.2", "@portabletext/types": "^4.0.2" }, "devDependencies": { "@changesets/changelog-github": "^0.5.2", "@changesets/cli": "^2.29.8", "@sanity/tsconfig": "^2.1.0", "@sanity/tsdown-config": "^0.5.8", "@vitest/coverage-v8": "^4.0.18", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", "oxlint-tsgolint": "^0.16.0", "tsdown": "^0.20.3", "typedoc": "^0.28.17", "typescript": "5.9.3", "vitest": "^4.0.18" }, "engines": { "node": ">=20.19 <22 || >=22.12" }, "scripts": { "build": "tsdown", "coverage": "vitest run --coverage", "docs:build": "typedoc", "format": "oxfmt .", "lint": "oxlint --type-aware --type-check --deny-warnings --report-unused-disable-directives", "release": "changeset publish", "test": "vitest run" } }