{
  "name": "@syllepsis/editor",
  "version": "0.1.64-alpha.0",
  "description": "middle layer of syllepsis editor",
  "umd": "dist/umd/index.js",
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "typings": "dist/es/index.d.ts",
  "keywords": [
    "syllepsis",
    "editor",
    "react"
  ],
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": [
    "*.css"
  ],
  "author": "wangmou <wangmou@bytedance.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/syllepsis.git"
  },
  "scripts": {
    "prebuild": "rimraf ./dist",
    "build:es": "cross-env NODE_ENV=production && tsc --target es5 && copyfiles \"./src/**/*.css\" ./dist/es -u 1",
    "build:cjs": "cross-env NODE_ENV=production && tsc  --target es5 --module commonjs --outDir 'dist/lib' && copyfiles \"./src/**/*.css\" ./dist/lib -u 1",
    "build:umd": "cross-env NODE_ENV=production && vite build",
    "build": "yarn build:es && yarn build:cjs && yarn build:umd",
    "watch": "cross-env NODE_ENV=development && copyfiles \"./src/**/*.css\" ./dist/es -u 1 && tsc --target es5 -w",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "@syllepsis/adapter": "^0.1.64-alpha.0",
    "@types/lodash.debounce": "^4.0.0",
    "@types/lodash.throttle": "^4.0.0",
    "lodash.debounce": "^4.0.0",
    "lodash.throttle": "^4.0.0"
  },
  "gitHead": "baa79c12f90d8a960bdf0ab52113c6f1cbbb0af4"
}
