{
  "name": "@artibox/slate-common",
  "version": "2.0.4",
  "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",
    "build:clean": "node ../../tools/build/clean.js",
    "build": "tsc --project ./tsconfig.app.json && tsc --project ./tsconfig.app.json -m esnext -outDir ./dist/esm",
    "prebuild": "npm run build:clean && node ../../tools/build/syncPublishFilesToDist.js",
    "postbuild": "node ../../tools/build/syncDistToNodeModules.js"
  },
  "dependencies": {
    "@artibox/locale": "^2.0.0",
    "@artibox/utils": "^2.0.0",
    "slate": "^0.59.0",
    "slate-history": "^0.59.0",
    "tslib": "^1.13.0"
  }
}
