UNPKG

@godaddy/dmd

Version:

Plugin for jsdoc2md with improved readability and GitHub compatibility

43 lines (42 loc) 1.11 kB
{ "name": "@godaddy/dmd", "version": "1.0.4", "description": "Plugin for jsdoc2md with improved readability and GitHub compatibility", "repository": "git+ssh://git@github.com/godaddy/dmd.git", "main": "index.js", "license": "MIT", "author": "GoDaddy Operating Company, LLC", "contributors": [ "Andrew Gerard <agerard@godaddy.com>" ], "keywords": [ "dmd", "jsdoc2md", "github", "jsdoc", "docs", "documentation", "plugin" ], "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint test/ *.js", "lint:fix": "npm run lint -- --fix", "test": "nyc --reporter=lcov mocha test/*.test.js", "posttest": "npm run lint", "snapshots": "jsdoc2md --plugin . --files test/fixtures/*.js > test/fixtures/mock.snapshot.md", "jsdoc2md": "jsdoc2md --help" }, "devDependencies": { "assume": "^2.2.0", "eslint": "^8.22.0", "eslint-config-godaddy": "^6.1.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-mocha": "^10.1.0", "jsdoc-to-markdown": "^7.1.1", "mocha": "^10.0.0", "nyc": "^15.0.0" } }