{ "name": "@ivuorinen/markdownlint-config", "version": "1.0.1", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", "url": "https://github.com/ivuorinen" }, "bugs": { "url": "https://github.com/ivuorinen/base-configs-markdownlint/issues" }, "engines": { "node": ">=20" }, "files": [ "index.json", "scripts/*" ], "homepage": "https://github.com/ivuorinen/base-configs-markdownlint#readme", "keywords": [ "markdownlint-config", "markdownlint", "config", "ivuorinen" ], "license": "MIT", "main": "index.json", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/ivuorinen/base-configs-markdownlint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { "@ivuorinen/config-checker": "^2.1.1", "markdownlint-cli": "^0.47.0" }, "packageManager": "yarn@4.12.0", "devDependencies": { "@ivuorinen/semantic-release-config": "^1.0.0" } }