@storm-software/markdownlint
Version:
An opinionated collection of markdownlint rules used by Storm Software.
105 lines (104 loc) • 3.21 kB
JSON
{
"name": "@storm-software/markdownlint",
"version": "0.30.76",
"description": "An opinionated collection of markdownlint rules used by Storm Software.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-ops.git",
"directory": "packages/markdownlint"
},
"homepage": "https://stormsoftware.com",
"bugs": "https://github.com/storm-software/storm-ops/issues",
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
},
"maintainers": [
{
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
},
{
"name": "Pat Sullivan",
"email": "admin@stormsoftware.com",
"url": "https://patsullivan.org"
}
],
"contributors": [
{
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
}
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"private": false,
"packageManager": "pnpm@10.3.0",
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
},
"./index": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
},
"./rules/*": {
"import": {
"types": "./dist/rules/*.d.ts",
"default": "./dist/rules/*.js"
},
"require": {
"types": "./dist/rules/*.d.cts",
"default": "./dist/rules/*.cjs"
},
"default": {
"types": "./dist/rules/*.d.ts",
"default": "./dist/rules/*.js"
}
},
"./.markdownlint.jsonc": "./config/base.markdownlint.jsonc",
"./base.markdownlint.jsonc": "./config/base.markdownlint.jsonc",
"./.markdownlint-cli2.jsonc": "./config/base.markdownlint-cli2.jsonc",
"./base.markdownlint-cli2.jsonc": "./config/base.markdownlint-cli2.jsonc",
"./markdown-link-check.json": "./config/link-check.json",
"./link-check.json": "./config/link-check.json",
"./config/*": "./config/*"
},
"types": "./dist/index.d.ts",
"files": ["config/**/*", "dist/**/*"],
"keywords": [
"markdownlint",
"markdownlint-cli",
"markdownlint-cli2",
"monorepo",
"open-system",
"storm",
"storm-ops",
"storm-stack",
"stormstack",
"sullivanpj"
],
"dependencies": { "defu": "6.1.4", "markdownlint-cli2": "^0.17.2" },
"devDependencies": { "@types/node": "^24.10.4", "tsup": "8.4.0" },
"publishConfig": { "access": "public" },
"gitHead": "282913d6672835512eeea3570f24995dfb7e40c6"
}