{
  "name": "tripauthor",
  "version": "1.4.0",
  "description": "Git hook to add co-authors to your ongoing commits easily",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "bin": "dist/index.js",
  "repository": "git@github.com:fabiofcferreira/tripauthor.git",
  "author": "Fábio Ferreira <ffcfpten@gmail.com>",
  "license": "MIT",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "lint": "eslint --fix",
    "lint:diff": "eslint",
    "format": "yarn prettier -w ./src",
    "format:check": "yarn prettier -l ./src",
    "test": "jest --passWithNoTests",
    "prepare": "husky"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "enquirer": "^2.4.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@eslint/js": "^9.8.0",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.0.0",
    "eslint": "^9.8.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.1.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "semantic-release": "^24.0.0",
    "ts-jest": "^29.2.3",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.10.0"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn lint",
      "yarn format"
    ],
    "docs/*.md": [
      "yarn format"
    ],
    "guides/*.md": [
      "yarn format"
    ]
  },
  "packageManager": "yarn@4.5.1",
  "engines": {
    "node": ">= 20",
    "yarn": ">= 4.5.1"
  }
}
