UNPKG

@brngdsn/unmd

Version:

A CLI tool to unpack code fences from Markdown into files.

33 lines (31 loc) 665 B
{ "name": "@brngdsn/unmd", "version": "0.2.2", "description": "A CLI tool to unpack code fences from Markdown into files.", "type": "module", "bin": { "unmd": "./bin/unmd.js" }, "repository": { "type": "git", "url": "git+https://github.com/brngdsn/unmd.git" }, "scripts": { "start": "node ./bin/unmd.js" }, "keywords": [ "markdown", "extract", "code-fence", "unmarkdown" ], "author": "brn.gdsn@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/brngdsn/unmd/issues" }, "homepage": "https://github.com/brngdsn/unmd#readme", "dependencies": { "markdown-it": "^13.0.1" } }