{
  "name": "@storm-software/linting-tools",
  "version": "1.134.62",
  "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": {
    "@manypkg/get-packages": "^3.1.0",
    "alex": "^11.0.1",
    "check-dependency-version-consistency": "^4.1.1",
    "commander": "^12.1.0",
    "cspell": "^10.0.1",
    "dpdm": "^3.15.1",
    "fs-extra": "^11.4.0",
    "glob": "^11.1.0",
    "jiti": "^2.7.0",
    "knip": "^5.88.1",
    "octokit": "^4.1.4",
    "p-limit": "^5.0.0",
    "rehype-parse": "^9.0.1",
    "rehype-retext": "^4.0.0",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-mdx": "^3.1.1",
    "remark-parse": "^11.0.0",
    "remark-retext": "^6.0.1",
    "retext-english": "^5.0.0",
    "retext-equality": "^7.1.0",
    "retext-profanities": "^8.0.0",
    "spawndamnit": "^2.0.0",
    "unified": "^11.0.5",
    "unified-engine": "^11.2.2",
    "vfile-reporter": "^8.1.1"
  },
  "devDependencies": {
    "@manypkg/cli": "^0.25.1",
    "@types/node": "^25.9.5",
    "actions-up": "1.14.3",
    "tsup": "8.4.0"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "bb76fcb55c98655530cc01050ad3582941d36fbd"
}
