{
  "name": "rehype-docz",
  "version": "2.4.0",
  "description": "Rehype plugin used by docz",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/doczjs/docz.git",
    "directory": "core/rehype-docz"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development yarn build -w",
    "build": "cross-env NODE_ENV=production rollup -c",
    "fix": "yarn lint --fix",
    "lint": "eslint . --ext mdx,ts,tsx",
    "precommit": "lint-staged",
    "test": "jest"
  },
  "dependencies": {
    "brace": "^0.11.1",
    "docz-utils": "^2.4.0",
    "hast-util-to-string": "^1.0.2",
    "jsx-ast-utils": "^2.2.1",
    "lodash": "^4.17.14",
    "react-ace": "^7.0.2",
    "unist-util-is": "^3.0.0"
  }
}
