{
  "name": "dmd",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "6.0.0",
  "description": "The default output template for jsdoc-to-markdown",
  "license": "MIT",
  "repository": "https://github.com/jsdoc2md/dmd",
  "keywords": [
    "documentation",
    "markdown"
  ],
  "engines": {
    "node": ">=14"
  },
  "files": [
    "index.js",
    "helpers/*.js",
    "lib/*.js",
    "partials"
  ],
  "scripts": {
    "test": "test-runner test/*.js test/ddata/*.js"
  },
  "dependencies": {
    "array-back": "^5.0.0",
    "cache-point": "^2.0.0",
    "common-sequence": "^2.0.0",
    "file-set": "^4.0.1",
    "handlebars": "^4.7.7",
    "marked": "^2.0.0",
    "object-get": "^2.1.1",
    "reduce-flatten": "^3.0.0",
    "reduce-unique": "^2.0.1",
    "reduce-without": "^1.0.1",
    "test-value": "^3.0.0",
    "walk-back": "^5.0.0"
  },
  "devDependencies": {
    "dmd-plugin-example": "^0.1.0",
    "test-runner": "^0.8.13"
  },
  "standard": {
    "ignore": [
      "example",
      "test/fixture",
      "test/overrides"
    ]
  }
}
