{
  "name": "@microfleet/schema2md",
  "version": "0.1.3",
  "main": "lib/index.js",
  "license": "MIT",
  "bin": "bin/index.js",
  "scripts": {
    "compile": "tsc -b tsconfig.build.json",
    "pretest": "yarn compile",
    "test": "yarn lint && yarn mdep test run",
    "lint": "eslint --ext .ts,.js ./src",
    "coverage:clean": "rimraf .nyc_output",
    "coverage:report": "yarn nyc report --reporter=lcov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microfleet/docgen.git",
    "directory": "packages/schema2md"
  },
  "author": "Vitaly Aminev <v@makeomatic.ca>",
  "bugs": {
    "url": "https://github.com/microfleet/docgen/issues"
  },
  "homepage": "https://github.com/microfleet/docgen#readme",
  "dependencies": {
    "@microfleet/schema-tools": "^0.1.3",
    "fast-glob": "^3.2.4",
    "json-ptr": "^1.3.2",
    "json2md": "^1.7.1",
    "lodash": "^4.17.19"
  },
  "devDependencies": {
    "@types/json2md": "^1.5.0"
  },
  "files": [
    "lib",
    "src"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
      "prepare-commit-msg": "./node_modules/@makeomatic/deploy/git-hooks/prepare-commit-msg $HUSKY_GIT_PARAMS"
    }
  },
  "gitHead": "4026d5142ae11d0b257c3fd1634b9652b994be93"
}
