UNPKG

@nacelle/rich-text-utils

Version:

A set of Typescript types and helpers to work with Rich Text fields.

42 lines (41 loc) 1.05 kB
{ "name": "@nacelle/rich-text-utils", "version": "1.0.5", "description": "A set of Typescript types and helpers to work with Rich Text fields.", "keywords": [ "nacelle", "rich-text" ], "author": "Caleb Bodtorf <caleb@getnacelle.com>", "homepage": "https://github.com/getnacelle/rich-text/tree/master/packages/rich-text-utils#readme", "license": "MIT", "main": "dist/lib/index.js", "module": "dist/esm/index.js", "typings": "dist/types/index.d.ts", "sideEffects": false, "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/getnacelle/rich-text.git" }, "scripts": { "build": "tsc && tsc --project ./tsconfig.esnext.json", "prebuild": "rimraf dist" }, "bugs": { "url": "https://github.com/getnacelle/rich-text/issues" }, "dependencies": { "array-flatten": "^3.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "73a92783c91eb54fe8b4802ff8e52b1f80a59076" }