{
  "name": "lxx-react-img-editor",
  "version": "0.2.2",
  "description": "图片编辑器（微信截图编辑 PRO 版）",
  "keywords": [
    "react-img-editor",
    "image-editor"
  ],
  "main": "lib/index",
  "module": "es/index",
  "scripts": {
    "start": "rc-tools run server",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "pub": "rc-tools run update-self && rc-tools run pub",
    "lint": "eslint . --ext .js,jsx,.ts,.tsx"
  },
  "files": [
    "es",
    "lib",
    "assets/*.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YaoKaiLun/react-img-editor.git"
  },
  "author": "kailunyao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YaoKaiLun/react-img-editor/issues"
  },
  "homepage": "https://github.com/YaoKaiLun/react-img-editor#readme",
  "config": {
    "port": 8012
  },
  "devDependencies": {
    "@types/pubsub-js": "^1.5.18",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^2.17.0",
    "@typescript-eslint/parser": "^2.17.0",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-react": "^7.18.0",
    "eslint-plugin-react-hooks": "^2.4.0",
    "typescript": "^4.9.5",
    "rc-tools": "^9.6.1-alpha.1",
    "konva": "^4.1.2"
  },
  "dependencies": {
    "pubsub-js": "^1.8.0"
  }
}
