Files
base-configs-markdownlint/package.json
Ismo Vuorinen 4ff96783d7 chore: update GitHub workflows, add release automation, and improve configurations (#77)
* feat(ci): new release flow, linting

* chore: upgrade yarn, regenerate yarn.lock

* fix(ci): add pull-requests write permission

* feat: clean and upgrade packages, fix workflows, cleanup
2025-12-04 01:39:00 +02:00

45 lines
1.0 KiB
JSON

{
"name": "@ivuorinen/markdownlint-config",
"version": "0.3.16",
"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.46.0"
},
"packageManager": "yarn@4.12.0"
}