{
  "name": "wix-redraft",
  "version": "1.1.6",
  "description": "Based on github.com/lokiuz/redraft. Adjusted for wix-rich-content needs.",
  "main": "./lib/index.js",
  "scripts": {
    "build": "rimraf lib && babel src --out-dir lib",
    "watch": "rimraf lib && babel src --out-dir lib --watch",
    "lint": "eslint src",
    "release": "node scripts/publish",
    "jest": "jest",
    "test": "npm run lint && npm run jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix-incubator/redraft"
  },
  "keywords": [
    "draftjs",
    "react",
    "wix-rich-content-editor"
  ],
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/",
      "__tests__/utils"
    ]
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.4.0",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/preset-env": "^7.4.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.0",
    "babel-eslint": "10.0.1",
    "babel-jest": "^24.0.0",
    "babel-plugin-array-includes": "^2.0.3",
    "chai": "^4.2.0",
    "chalk": "^2.4.1",
    "draft-js": "^0.10.4",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "flow-bin": "^0.81.0",
    "immutable": "^3.8.2",
    "jest": "24.7.1",
    "linkify-it": "^2.0.3",
    "lodash": "^4.17.15",
    "semver": "^5.5.0",
    "mocha": "^5.2.0",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-test-renderer": "^16.8.4",
    "rimraf": "^2.5.2",
    "tlds": "^1.183.0"
  },
  "dependencies": {
    "punycode": "^1.4.1"
  },
  "unpkg": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
