UNPKG

markdown-magic-subpackage-list

Version:
36 lines (35 loc) 959 B
{ "name": "markdown-magic-subpackage-list", "version": "1.1.2", "description": "Print a list of subpackages for markdown file", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/camacho/markdown-magic-subpackage-list.git" }, "bugs": { "url": "https://github.com/camacho/markdown-magic-subpackage-list/issues" }, "homepage": "https://github.com/camacho/markdown-magic-subpackage-list#readme", "author": "Patrick Camacho <patrick@daftdevelopers.com>", "keywords": [ "markdown-magic", "lerna", "sub-package", "list", "plugin" ], "main": "index.js", "scripts": { "docs": "node example.js", "format": "prettier --single-quote --trailing-comma es5 --write index.js example.js", "prepublish": "npm run docs" }, "peerDependencies": { "markdown-magic": ">=0.1 <=2.x" }, "devDependencies": { "markdown-magic": "^2.0.0", "prettier": "^2.0.0" } }