{
  "name": "@guestbell/slate-edit-list",
  "version": "0.3.3",
  "description": "",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "build": "yarn clean && npm-run-all --parallel build:lib",
    "build:lib": "tsc -p ./tsconfig.json",
    "build:watch": "npm-run-all --parallel build:lib:watch",
    "build:lib:watch": "npm run build:lib -- --watch",
    "clean": "rimraf \"lib/*\""
  },
  "author": "Peter Kottas",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@guestbell/slate-common": "^0.3.3"
  },
  "peerDependencies": {
    "immutable": "^3.0.0",
    "react": "^16.0.0",
    "slate": "^0.44.9"
  },
  "gitHead": "5beccf631feac3d1a17d3c4595e644814d6dfdd2"
}
