{
  "name": "@zilliz/mdtomd",
  "version": "1.2.3",
  "main": "index.js",
  "repository": "git@github.com:zilliztech/md2md.git",
  "author": "nameczz <nameczz@126.com>",
  "license": "MIT",
  "keywords": [
    "documentation",
    "documents",
    "docs",
    "markdown",
    "markdown converter",
    "markdown to html",
    "template markdown"
  ],
  "bin": {
    "md2md": "./bin/md2md.js",
    "goover": "./bin/goover.js"
  },
  "scripts": {
    "test": "jest",
    "start": "node index.js"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "chokidar": "^3.4.0",
    "lodash": "^4.17.15",
    "minimist": "^1.2.5",
    "slash": "^3.0.0"
  },
  "devDependencies": {
    "jest": "^26.0.1",
    "jest-in-case": "^1.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
