{
  "name": "@storm-software/markdownlint",
  "version": "0.16.17",
  "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": "^22.10.2", "tsup": "8.3.5" },
  "publishConfig": { "access": "public" }
}
