{
  "name": "@jesterxl/hm-doc",
  "version": "1.2.1",
  "description": "Generates simple markdown documentation from Hindley Milner and optional block comments in JavaScript code.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js",
    "test": "jest",
    "coverage": "jest --coverage",
    "build-docs": "npx hm-doc -f index.js -t README_template.hbs > _api.md"
  },
  "bin": {
    "hm-doc": "./bin/hm-doc.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JesterXL/hm-doc.git"
  },
  "keywords": [
    "hm",
    "hindley",
    "milner",
    "documentation",
    "jsdoc",
    "javascript",
    "node"
  ],
  "author": "Jesse Warden",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JesterXL/hm-doc/issues"
  },
  "homepage": "https://github.com/JesterXL/hm-doc#readme",
  "dependencies": {
    "babylon": "^6.18.0",
    "commander": "^2.19.0",
    "debug": "^4.1.0",
    "glob": "^7.1.3",
    "handlebars": "^4.0.12",
    "hm-parser": "^0.1.5",
    "lodash": "^4.17.11",
    "supports-color": "^5.5.0"
  },
  "devDependencies": {
    "eslint": "^5.9.0",
    "eslint-plugin-fp-jxl": "^1.2.1",
    "jest": "^23.6.0"
  }
}
