{ "name": "standard-readme-preset", "version": "1.0.8", "description": "remark preset to configure remark-lint with rules that standard-readme", "license": "ISC", "keywords": [ "remark", "lint", "preset", "standard", "readme" ], "repository": "RichardLitt/standard-readme-preset", "bugs": "https://github.com/RichardLitt/standard-readme-preset/issues", "author": "Richard Littauer (http://burntfen.com)", "contributors": [ "Richard Littauer (http://burntfen.com)", "Titus Wormer (http://wooorm.com)", "Dieter Geerts (https://dietergeerts.github.io/)" ], "files": [ "index.js", "rules", "util" ], "coordinates": [ 52.5006656, 13.4193688 ], "engines": { "node": ">=10" }, "dependencies": { "github-slugger": "^1.2.0", "mdast-util-to-string": "^1.0.4", "remark-lint-appropriate-heading": "^2.0.3", "unified-lint-rule": "^1.0.5", "unist-util-position": "^3.0.0", "unist-util-stringify-position": "^1.1.1" }, "devDependencies": { "nyc": "^13.2.0", "remark": "^8.0.0", "remark-cli": "^8.0.0", "remark-lint": "^6.0.6", "standard": "^12.0.0", "tape": "^4.8.0", "unist-util-select": "^3.0.1", "vfile": "^2.2.0" }, "scripts": { "lint": "standard", "lint-readme": "remark README.md --use ./lint-readme --no-stdout --frail", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js", "test": "npm run lint && npm run lint-readme && npm run test-coverage" }, "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 } }