{
  "name": "@html-validate/commitlint-config",
  "version": "4.0.2",
  "description": "Commitlint sharable config used by the various HTML-validate packages",
  "keywords": [
    "commitlint"
  ],
  "homepage": "https://gitlab.com/html-validate/commitlint-config#readme",
  "bugs": {
    "url": "https://gitlab.com/html-validate/commitlint-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/html-validate/commitlint-config.git"
  },
  "license": "MIT",
  "author": "David Sveningsson <ext@sidvind.com>",
  "type": "module",
  "main": "dist/config.js",
  "bin": {
    "commitlint": "bin/commitlint.js",
    "commitlint-config": "bin/install.js"
  },
  "files": [
    "bin",
    "dist",
    "gitmessage"
  ],
  "scripts": {
    "prebuild": "tsc",
    "build": "node build.js ",
    "postbuild": "cp -R node_modules/@commitlint/config-validator/lib/commitlint.schema.json dist/",
    "eslint": "eslint --cache .",
    "eslint:fix": "eslint --cache --fix .",
    "prepack": "release-prepack --bundle --retain-scripts && npm pkg set scripts.postinstall=\"node bin/install.js\"",
    "postpack": "release-postpack",
    "prepare": "husky && git config commit.template gitmessage",
    "prepublishOnly": "release-prepublish --bundle --retain-scripts && npm pkg set scripts.postinstall=\"node bin/install.js\"",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "pretest": "npm run eslint && npm run prettier:check",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "posttest": "node bin/commitlint.js --help",
    "postinstall": "node bin/install.js"
  },
  "engines": {
    "node": "^22.16.0 || >= 24.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
