mirror of
https://github.com/ivuorinen/base-configs-markdownlint.git
synced 2026-03-01 00:53:49 +00:00
## [1.0.5](https://github.com/ivuorinen/base-configs-markdownlint/compare/v1.0.4...v1.0.5) (2026-02-27) ### Bug Fixes * **ci:** use GITHUB_TOKEN for semantic-release and harden workflow permissions ([9e10b3e](9e10b3e2b2))
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@ivuorinen/markdownlint-config",
|
|
"version": "1.0.5",
|
|
"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.2",
|
|
"markdownlint-cli": "^0.47.0",
|
|
"minimatch": "^10.2.4"
|
|
},
|
|
"packageManager": "yarn@4.12.0",
|
|
"devDependencies": {
|
|
"@ivuorinen/semantic-release-config": "^1.1.3"
|
|
},
|
|
"resolutions": {
|
|
"minimatch": ">=10.2.3"
|
|
}
|
|
}
|