{
  "name": "@txo/commitlint",
  "version": "1.1.6",
  "description": "Technology Studio - Commitlint",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/technology-studio/commitlint.git"
  },
  "author": {
    "name": "Technology Studio",
    "email": "npm@technologystudio.sk",
    "url": "https://github.com/technology-studio/"
  },
  "license": "MIT",
  "private": false,
  "scripts": {
    "noop": ":",
    "prepare": "husky",
    "semantic-release": "semantic-release",
    "test": "yarn noop"
  },
  "bin": {
    "txo-cz": "./bin/txo-cz.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "commitizen": "^4.3.1"
  },
  "devDependencies": {
    "@txo/semantic-release": "^2.0.15",
    "husky": "^9.1.7"
  }
}
