{
  "name": "datocms-structured-text-generic-html-renderer",
  "version": "5.0.0",
  "description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields",
  "keywords": [
    "datocms",
    "structured-text"
  ],
  "author": "Stefano Verna <s.verna@datocms.com>",
  "homepage": "https://github.com/datocms/structured-text/tree/master/packages/generic-html-renderer#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-utils": "^5.0.0"
  },
  "gitHead": "278591f4970ae070f0c9153eccafba3b111bb7a3"
}
