datocms-structured-text-to-html-string
Version:
Convert DatoCMS Structured Text field to HTML string
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "datocms-structured-text-to-html-string",
"version": "5.1.7",
"description": "Convert DatoCMS Structured Text field to HTML string",
"keywords": [
"datocms",
"structured-text"
],
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/structured-text/tree/master/packages/to-html-string#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/datocms/structured-text.git"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/structured-text/issues"
},
"dependencies": {
"datocms-structured-text-generic-html-renderer": "^5.1.7",
"datocms-structured-text-utils": "^5.1.7",
"vhtml": "^2.2.0"
},
"devDependencies": {
"@types/vhtml": "^2.2.1"
},
"gitHead": "e889d6fa13731c0d8538042dbb18475885bec547"
}