{
  "name": "@artibox/slate-soft-break",
  "version": "1.2.0",
  "description": "",
  "author": "Rytass",
  "homepage": "https://github.com/React-Artibox/artibox#readme",
  "license": "MIT",
  "sideEffects": false,
  "main": "./index.js",
  "module": "./esm/index.js",
  "typings": "./esm/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/React-Artibox/artibox.git"
  },
  "bugs": {
    "url": "https://github.com/React-Artibox/artibox/issues"
  },
  "scripts": {
    "clean": "npm run build:clean",
    "prebuild": "npm run build:clean && node ../../tools/build/sync-publish-files-to-dist.js",
    "build": "tsc --project ./tsconfig.app.json && tsc --project ./tsconfig.app.json -m esnext -outDir ./dist/esm",
    "postbuild": "node ../../tools/build/sync-dist-to-node_modules.js",
    "build:clean": "node ../../tools/build/clean.js"
  },
  "dependencies": {
    "@artibox/slate-common": "^1.2.0",
    "@types/slate": "^0.47.5",
    "is-hotkey": "^0.1.6"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "slate": "^0.47.0",
    "slate-react": "^0.22.0"
  }
}
