UNPKG

remark-preset-davidtheclark

Version:
46 lines (45 loc) 1.36 kB
{ "name": "remark-preset-davidtheclark", "version": "0.12.0", "description": "My remark preset, for keeping Markdown documentation tidy", "main": "index.js", "bin": "bin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/davidtheclark/remark-preset-davidtheclark.git" }, "keywords": [ "remark", "markdown", "lint" ], "author": "David Clark", "license": "MIT", "bugs": { "url": "https://github.com/davidtheclark/remark-preset-davidtheclark/issues" }, "homepage": "https://github.com/davidtheclark/remark-preset-davidtheclark#readme", "dependencies": { "execa": "^1.0.0", "meow": "^6.0.0", "remark-cli": "^7.0.1", "remark-frontmatter": "^1.3.2", "remark-lint-blockquote-indentation": "^1.0.3", "remark-lint-file-extension": "^1.0.3", "remark-lint-final-definition": "^1.0.3", "remark-lint-no-duplicate-definitions": "^1.0.5", "remark-lint-no-duplicate-headings": "^1.0.4", "remark-lint-no-multiple-toplevel-headings": "^1.0.4", "remark-lint-no-tabs": "^1.0.3", "remark-lint-no-undefined-references": "^1.1.1", "remark-toc": "^7.0.0", "remark-validate-links": "^9.1.0" }, "devDependencies": { "remark": "^11.0.2", "vfile-reporter": "^6.0.0" } }