UNPKG

remark-autolink-references

Version:
42 lines (41 loc) 837 B
{ "name": "remark-autolink-references", "version": "2.0.0", "description": "remark plugin to autolink custom references", "license": "MIT", "type": "module", "exports": "./index.js", "files": [ "index.js", "CHANGELOG.md" ], "scripts": { "test": "standard && depcheck && hallmark && node test" }, "dependencies": { "mdast-util-find-and-replace": "^2.1.0" }, "devDependencies": { "depcheck": "^1.2.0", "hallmark": "^3.0.0", "remark": "^14.0.1", "standard": "^16.0.4", "tape": "^5.0.1" }, "repository": { "type": "git", "url": "https://github.com/vweevers/remark-autolink-references.git" }, "engines": { "node": ">=12.20" }, "keywords": [ "remark", "remark-plugin", "github", "jira", "autolink", "reference", "markdown" ] }