UNPKG

remark-common-changelog

Version:

Lint or fix a changelog written in markdown, following Common Changelog.

43 lines (42 loc) 1.02 kB
{ "name": "remark-common-changelog", "version": "2.3.2", "description": "Lint or fix a changelog written in markdown, following Common Changelog.", "license": "MIT", "author": "Vincent Weevers", "type": "module", "exports": "./index.js", "scripts": { "test": "standard && node test" }, "files": [ "lib", "index.js", "CHANGELOG.md" ], "dependencies": { "find-githost": "^1.0.0", "isomorphic-git": "^1.7.8", "read-closest-package": "^1.2.0", "semver": "^7.3.2", "unist-builder": "^3.0.0", "unist-util-is": "^5.1.1" }, "devDependencies": { "remark": "^14.0.1", "standard": "^16.0.3", "tape": "^5.0.1", "tempy": "^2.0.0" }, "keywords": [ "changelog", "common-changelog", "remark" ], "engines": { "node": ">=12.20" }, "repository": "vweevers/remark-common-changelog", "bugs": "https://github.com/vweevers/remark-common-changelog/issues", "homepage": "https://github.com/vweevers/remark-common-changelog" }