{
  "name": "@umi-block/comment-editor",
  "version": "1.0.0",
  "description": "评论编辑器组件提供了相同样式的封装以支持自定义评论编辑器。",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "start-c": "node src/index.js -c",
    "dev": "umi dev",
    "test": "jest --config .jest.js --no-cache"
  },
  "license": "MIT",
  "dependencies": { "@ant-design/icons": "^4.0.2", "antd": "^4.0.0" }
}
