{
  "name": "@draft-js-plugins/utils",
  "version": "4.2.1",
  "sideEffects": false,
  "description": "Plugin utilities for draft js",
  "author": {
    "name": "Julian Krispel-Smasel",
    "email": "julian@reactrocket.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
  },
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "keywords": [
    "editor",
    "wysiwyg",
    "draft",
    "react",
    "ux",
    "components",
    "widget",
    "react-component"
  ],
  "scripts": {
    "clean": "yarn rimraf lib",
    "build": "yarn build:js && yarn build:dts",
    "build:js": "yarn rollup --config ../../rollup.config.js",
    "build:dts": "tsc -d --emitDeclarationOnly --declarationDir lib",
    "test": "jest"
  },
  "license": "MIT",
  "peerDependencies": {
    "draft-js": "^0.10.1 || ^0.11.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
