{
  "name": "musky",
  "version": "1.3.1",
  "description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
  "bin": {
    "husky-upgrade": "./lib/upgrader/bin.js"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "npm run lint && jest",
    "install": "node husky install",
    "preuninstall": "node husky uninstall",
    "devinstall": "npm run build && npm run _install -- node_modules/husky && node scripts/dev-fix-path",
    "devuninstall": "npm run build && npm run preuninstall -- node_modules/husky",
    "build": "del-cli lib && tsc",
    "version": "jest -u && git add -A src/installer/__tests__/__snapshots__",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run build && pinst --enable && pkg-ok",
    "postpublish": "pinst --disable",
    "lint": "tslint 'src/**/*.ts'",
    "fix": "npm run lint -- --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ybaylor-manh/husky.git"
  },
  "keywords": [
    "git",
    "hook",
    "hooks",
    "pre-commit",
    "precommit",
    "post-commit",
    "postcommit",
    "pre-push",
    "prepush",
    "post-merge",
    "postmerge",
    "test",
    "lint"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ybaylor-manh/husky/issues"
  },
  "homepage": "https://github.com/ybaylor-manh/husky#readme",
  "dependencies": {
    "cosmiconfig": "^5.0.7",
    "execa": "^1.0.0",
    "find-up": "^3.0.0",
    "get-stdin": "^6.0.0",
    "is-ci": "^2.0.0",
    "pkg-dir": "^3.0.0",
    "please-upgrade-node": "^3.1.1",
    "read-pkg": "^4.0.1",
    "run-node": "^1.0.0",
    "slash": "^2.0.0"
  },
  "devDependencies": {
    "@types/del": "^3.0.1",
    "@types/find-up": "^2.1.1",
    "@types/get-stdin": "^5.0.1",
    "@types/jest": "^23.3.9",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^10.12.9",
    "del": "^3.0.0",
    "del-cli": "^1.1.0",
    "formatree": "^1.0.2",
    "jest": "^23.6.0",
    "mkdirp": "^0.5.1",
    "pinst": "^1.1.1",
    "pkg-ok": "^2.3.1",
    "prettier": "^1.15.2",
    "tempy": "^0.2.1",
    "ts-jest": "^23.10.4",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.16.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.1.6"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
