{
  "name": "docz-utils",
  "version": "2.4.0",
  "description": "Some methods used and utilities used on docz",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib/",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/doczjs/docz.git",
    "directory": "core/docz-utils"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development yarn build -w",
    "build": "trash lib && cross-env NODE_ENV=production rollup -c",
    "fix": "yarn lint --fix",
    "lint": "eslint . --ext mdx,ts,tsx",
    "precommit": "lint-staged",
    "test": "yarn jest"
  },
  "dependencies": {
    "@babel/generator": "^7.16.8",
    "@babel/parser": "^7.16.12",
    "@babel/traverse": "^7.16.10",
    "art-template": "^4.13.2",
    "fs-extra": "^8.1.0",
    "humanize-string": "^2.1.0",
    "js-string-escape": "^1.0.1",
    "jsx-ast-utils": "^2.2.1",
    "lodash": "^4.17.14",
    "prettier": "^1.18.2",
    "remark-frontmatter": "^1.3.2",
    "remark-parse": "^6.0.2",
    "remark-parse-yaml": "^0.0.2",
    "remark-slug": "^5.1.2",
    "signale": "^1.4.0",
    "strip-indent": "^3.0.0",
    "to-vfile": "^6.0.0",
    "unescape-js": "^1.1.1",
    "unified": "^8.3.2",
    "unist-util-find": "^1.0.1",
    "unist-util-is": "^3.0.0",
    "unist-util-visit": "^1.4.1"
  }
}
