{
  "name": "remark-docz",
  "version": "2.4.0",
  "description": "Remark 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/remark-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": {
    "@babel/generator": "^7.5.5",
    "@babel/types": "^7.5.5",
    "unist-util-remove": "^1.0.3",
    "unist-util-visit": "^1.4.1"
  }
}
