{
  "name": "draft-js-utils",
  "version": "1.4.0",
  "description": "Collection of utilities for DraftJS",
  "main": "lib/main.js",
  "module": "esm/main.js",
  "files": [
    "lib",
    "esm"
  ],
  "scripts": {
    "release": "npm run build && npm publish",
    "build:cjs": "babel src --root-mode upward --out-dir lib --ignore \"_*\"",
    "build:esm": "NODE_ENV=esm babel src --root-mode upward --out-dir esm --ignore \"_*\"",
    "build": "yarn build:cjs && yarn build:esm"
  },
  "peerDependencies": {
    "draft-js": ">=0.10.0",
    "immutable": "3.x.x"
  },
  "keywords": [
    "draft-js",
    "rich-text",
    "content-tools"
  ],
  "author": "sstur@me.com",
  "contributors": [
    {
      "name": "Johannes Lumpe",
      "url": "https://github.com/johanneslumpe"
    },
    {
      "name": "Simon Sturmer",
      "url": "https://github.com/sstur"
    },
    {
      "name": "shin",
      "url": "https://github.com/sugarshin"
    },
    {
      "name": "Greg Ziegan",
      "url": "https://github.com/thebritican"
    }
  ],
  "license": "ISC",
  "repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-utils",
  "bugs": {
    "url": "https://github.com/sstur/draft-js-utils/issues"
  },
  "homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-utils/README.md",
  "gitHead": "7e4f223563fe79f7feb7334d0c963f44ffb6e0e6"
}
