{
  "name": "@wakeapp/rich-html",
  "version": "1.0.17",
  "description": "更好用的Taro 富文本渲染器",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/react": "18.0.23",
    "babel-jest": "^27.5.1",
    "jest": "^27.5.1",
    "react-test-renderer": "^18.2.0"
  },
  "dependencies": {
    "@wakeapp/api": "^1.0.17",
    "@wakeapp/components": "^1.0.17",
    "@wakeapp/hooks": "^1.0.17",
    "@wakeapp/utils": "^1.0.17"
  },
  "peerDependencies": {
    "@tarojs/shared": "3.*",
    "react": ">=17"
  },
  "license": "MIT",
  "scripts": {
    "start": "tsc -b tsconfig.build.json --watch",
    "prebuild": "rimraf dist",
    "build": "tsc -b tsconfig.build.json",
    "type-check": "tsc --noEmit",
    "test": "jest"
  }
}