UNPKG

dmd

Version:

The default output template for jsdoc-to-markdown

57 lines (56 loc) 1.38 kB
{ "name": "dmd", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "7.1.1", "description": "The default output template for jsdoc-to-markdown", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jsdoc2md/dmd.git" }, "exports": "./index.js", "keywords": [ "documentation", "markdown" ], "engines": { "node": ">=12.17" }, "files": [ "index.js", "helpers", "lib", "partials" ], "scripts": { "test": "75lb-nature test-runner test/api.js test/grouping.js test/parseType.js test/plugin.js test/ddata/children.js test/ddata/globals.js test/ddata/linkTo.js test/ddata/list.js test/ddata/orphans.js test/ddata/parseLink.js test/ddata/return-sig.js test/ddata/type-link.js", "partials": "node bin/generate-partial-cache.js > partials/partial-cache.js" }, "dependencies": { "array-back": "^6.2.2", "cache-point": "^3.0.0", "common-sequence": "^3.0.0", "file-set": "^5.2.2", "handlebars": "^4.7.8", "marked": "^4.3.0", "walk-back": "^5.1.1" }, "devDependencies": { "dmd-plugin-example": "^0.1.0" }, "peerDependencies": { "@75lb/nature": "latest" }, "peerDependenciesMeta": { "@75lb/nature": { "optional": true } }, "standard": { "ignore": [ "test/fixture", "test/overrides", "tmp" ] } }