{
  "name": "@ornikar/repo-config",
  "version": "15.1.0",
  "description": "🔧 repo config",
  "repository": {
    "directory": "@ornikar/repo-config",
    "type": "git",
    "url": "https://github.com/ornikar/shared-configs.git"
  },
  "license": "ISC",
  "engines": {
    "node": ">=22.17.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "commitlint": "./bin/commitlint.js",
    "ornikar-lint-staged": "./bin/ornikar-lint-staged.mjs",
    "ornikar-prettier-check": "./bin/ornikar-prettier-check.sh",
    "ornikar-prettier-fix": "./bin/ornikar-prettier-fix.sh",
    "ornikar-repo-config-postinstall": "./bin/ornikar-repo-config-postinstall.js"
  },
  "peerDependencies": {
    "prettier": "^2.3.0"
  },
  "dependencies": {
    "@commitlint/cli": "17.8.1",
    "@ornikar/commitlint-config": "8.0.0",
    "husky": "8.0.3",
    "lint-staged": "15.5.2",
    "prettier-plugin-properties": "0.3.0",
    "semver": "^7.3.5",
    "which-pm-runs": "^1.1.0"
  },
  "scripts": {
    "lint:eslint": "yarn ../.. eslint --report-unused-disable-directives --quiet @ornikar/repo-config"
  }
}