{
  "name": "@graphcms/rich-text-react-renderer",
  "description": "Hygraph Rich Text React renderer",
  "version": "0.6.2",
  "author": "João Pedro Schmitz <hey@joaopedro.dev> (https://joaopedro.dev)",
  "license": "MIT",
  "scripts": {
    "start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "test": "tsdx test --passWithNoTests --silent",
    "lint": "tsdx lint",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "@graphcms/rich-text-types": "^0.5.0",
    "escape-html": "^1.0.3"
  },
  "devDependencies": {
    "@types/escape-html": "^1.0.2"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "rich-text",
    "renderer",
    "hygraph"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hygraph/rich-text.git",
    "directory": "packages/react-renderer"
  },
  "main": "dist/index.js",
  "module": "dist/rich-text-react-renderer.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "LICENSE.md",
    "dist"
  ],
  "jest": {
    "setupFilesAfterEnv": [
      "@testing-library/jest-dom/extend-expect"
    ]
  }
}
