{
  "name": "@storm-software/linting-tools",
  "version": "1.134.39",
  "private": false,
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
  "keywords": [
    "storm-software",
    "monorepo",
    "storm-ops",
    "sullivanpj",
    "manypkg",
    "ls-lint",
    "cspell",
    "biome",
    "alex",
    "taplo",
    "syncpack",
    "zizmor"
  ],
  "homepage": "https://stormsoftware.com",
  "bugs": "https://github.com/storm-software/storm-ops/issues",
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/storm-ops.git",
    "directory": "packages/linting-tools"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "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"
    }
  ],
  "type": "module",
  "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" }
    },
    "./biome.json": "./biome/config.json",
    "./biome/*": "./biome/*",
    "./ls-lint.yml": "./ls-lint/config.yml",
    "./ls-lint/*": "./ls-lint/*",
    "./knip/*": "./knip/*",
    "./mega-linter/*": "./mega-linter/*",
    "./terrascan/*": "./terrascan/*",
    "./tflint/*": "./tflint/*",
    "./syncpack/*": "./syncpack/*",
    "./cspell/*": "./cspell/*",
    "./alex.json": "./alex/config.json",
    "./alex/*": "./alex/*",
    "./yamllint/*": "./yamllint/*",
    "./cloudformation-lint/*": "./cloudformation-lint/*",
    "./editorconfig-checker/*": "./editorconfig-checker/*",
    "./taplo.toml": "./taplo/config.toml",
    "./taplo/*": "./taplo/*",
    "./treefmt.toml": "./treefmt/config.toml",
    "./treefmt/*": "./treefmt/*",
    "./rustfmt.toml": "./rustfmt/config.toml",
    "./rustfmt/*": "./rustfmt/*",
    "./zizmor/*": "./zizmor/*",
    "./dependency-cruiser/*": "./dependency-cruiser/*"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "storm-lint": "./bin/lint.cjs",
    "storm-lint-cjs": "./bin/lint.cjs",
    "storm-lint-esm": "./bin/lint.js"
  },
  "files": [
    "alex/**/*",
    "bin/**/*",
    "biome/**/*",
    "cloudformation-lint/**/*",
    "cspell/**/*",
    "dependency-cruiser/**/*",
    "dist/**/*",
    "editorconfig-checker/**/*",
    "knip/**/*",
    "ls-lint/**/*",
    "mega-linter/**/*",
    "syncpack/**/*",
    "taplo/**/*",
    "terrascan/**/*",
    "tflint/**/*",
    "treefmt/**/*",
    "rustfmt/**/*",
    "yamllint/**/*",
    "zizmor/**/*"
  ],
  "dependencies": { "jiti": "^2.7.0" },
  "devDependencies": {
    "@manypkg/cli": "^0.23.0",
    "@manypkg/get-packages": "^2.2.2",
    "@types/node": "^25.9.5",
    "actions-up": "1.14.3",
    "alex": "^11.0.1",
    "check-dependency-version-consistency": "4.1.0",
    "commander": "^12.1.0",
    "cspell": "^8.19.4",
    "dpdm": "3.14.0",
    "fs-extra": "11.2.0",
    "glob": "^11.1.0",
    "knip": "^5.88.1",
    "octokit": "4.0.2",
    "p-limit": "5.0.0",
    "rehype-parse": "9.0.0",
    "rehype-retext": "4.0.0",
    "remark-frontmatter": "5.0.0",
    "remark-gfm": "4.0.0",
    "remark-mdx": "3.0.1",
    "remark-parse": "11.0.0",
    "remark-retext": "6.0.0",
    "retext-english": "5.0.0",
    "retext-equality": "7.1.0",
    "retext-profanities": "8.0.0",
    "spawndamnit": "2.0.0",
    "tsup": "8.4.0",
    "unified": "11.0.5",
    "unified-engine": "11.2.1",
    "vfile-reporter": "8.1.1"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "9389e94089c0ddc0cc122425b1a47201f655eafd"
}
