{
  "version": "2.9.0",
  "description": "video text",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@ylzcc/textreader",
  "author": "zengyijing",
  "module": "dist/@ylzcc/textreader.esm.js",
  "size-limit": [
    {
      "path": "dist/@ylzcc/textreader.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/@ylzcc/textreader.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@godxiaoji/rollup-plugin-require-context": "^1.0.1",
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-url": "^8.0.1",
    "@size-limit/preset-small-lib": "^8.2.4",
    "@types/js-cookie": "^3.0.3",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.33",
    "@types/react-dom": "^18.0.11",
    "@types/webpack-env": "^1.18.0",
    "autoprefixer": "^10.4.14",
    "cssnano": "^6.0.0",
    "husky": "^8.0.3",
    "less": "^4.1.3",
    "postcss": "^8.4.21",
    "postcss-modules": "^6.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-require-context": "^1.0.1",
    "rollup-plugin-svg-sprites": "^1.2.5",
    "size-limit": "^8.2.4",
    "svg-sprite-loader": "^6.0.11",
    "tsdx": "^0.14.1",
    "tslib": "^2.5.0",
    "typescript": "^5.0.3"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.5.1",
    "@types/uuid": "^9.0.1",
    "@wangeditor/editor": "^5.1.23",
    "@wangeditor/editor-for-react": "^1.0.6",
    "@wangeditor/plugin-md": "^1.0.0",
    "@ylzcc/mdast": "^1.1.3",
    "@ylzcc/xterm": "^1.4.2",
    "antd": "^5.20.6",
    "axios": "^1.4.0",
    "highlight.js": "^11.8.0",
    "js-cookie": "^3.0.5",
    "react-markdown": "^9.0.0",
    "react-pdf": "^7.5.1",
    "rehype-attr": "^2.1.4",
    "rehype-format": "^4.0.1",
    "rehype-parse": "^8.0.4",
    "rehype-raw": "^6.1.1",
    "rehype-react": "^7.1.2",
    "rehype-sanitize": "^5.0.1",
    "rehype-stringify": "^9.0.3",
    "remark-codes": "^1.0.0",
    "remark-gfm": "^3.0.1",
    "remark-parse": "^10.0.1",
    "remark-react": "^9.0.1",
    "remark-reference-links": "^6.0.1",
    "remark-rehype": "^10.1.0",
    "remark-stringify": "^10.0.2",
    "resize-observer-polyfill": "^1.5.1",
    "unified": "^10.1.2",
    "unist-builder": "^3.0.1",
    "unist-util-visit": "^4.1.2",
    "uuid": "^9.0.0"
  }
}
