Files
base-configs-markdownlint/package.json
semantic-release-bot dbbf9678db chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/ivuorinen/base-configs-markdownlint/compare/v1.0.0...v1.0.1) (2025-12-15)

### Bug Fixes

* **deps:** update markdownlint-cli (0.46.0 → 0.47.0) ([#86](https://github.com/ivuorinen/base-configs-markdownlint/issues/86)) ([016f796](016f79684e))
2025-12-15 22:56:18 +00:00

48 lines
1.1 KiB
JSON

{
"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"
}
}