mirror of
https://github.com/ivuorinen/base-configs-markdownlint.git
synced 2026-01-26 03:04:05 +00:00
* 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
45 lines
1.0 KiB
JSON
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"
|
|
}
|