{
  "name": "prepush-amend",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "prebuild": "rimraf ./dist",
    "test": "jest --bail",
    "prepare": "husky install",
    "semantic-release": "semantic-release",
    "build": "rimraf ./dist && tsc -p tsconfig.json",
    "commit": "git-cz",
    "lint-staged": "lint-staged",
    "watch": "tsc -p tsconfig.json --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/VagnerSilva/prepush-amend.git"
  },
  "keywords": [
    "prepush",
    "husky",
    "amend"
  ],
  "author": "Vagner Silva",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VagnerSilva/prepush-amend/issues"
  },
  "homepage": "https://github.com/VagnerSilva/prepush-amend#readme",
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "dependencies": {
    "cosmiconfig": "^7.0.1",
    "debug": "^4.3.2",
    "execa": "^5.1.1",
    "listr": "^0.14.3"
  },
  "devDependencies": {
    "@jest/types": "^27.2.5",
    "@types/cosmiconfig": "^6.0.0",
    "@types/debug": "^4.1.7",
    "@types/jest": "^27.0.2",
    "@types/listr": "^0.14.4",
    "@types/node": "^16.11.6",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "commitizen": "^4.2.4",
    "eslint": "^8.2.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.25.2",
    "git-cz": "^4.8.0",
    "husky": "^7.0.4",
    "jest": "^27.3.1",
    "lint-staged": "^11.2.6",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "semantic-release": "^18.0.0",
    "semantic-release-cli": "^5.4.4",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  }
}
