{
  "name": "@zerrrrrr/gitmoji-commit-hook",
  "version": "3.0.3",
  "description": "Start the commit message with an right emoji",
  "main": "bin/index.js",
  "scripts": {
    "lint": "eslint -c .eslintrc.js ./bin/*.js test.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tjoskar/emoji-commit-hook.git"
  },
  "keywords": [
    "git",
    "git-hook",
    "emoji",
    "gitmoji"
  ],
  "bin": {
    "gitmoji-commit-hook": "./bin/index.js"
  },
  "author": "Oskar Karlsson <kontakta@oskarkarlsson.nu>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjoskar/emoji-commit-hook/issues"
  },
  "homepage": "https://github.com/tjoskar/emoji-commit-hook#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "file-exists": "^5.0.1",
    "inquirer": "^7.0.3",
    "node-fetch": "^2.6.0",
    "path-exists": "^4.0.0"
  },
  "devDependencies": {
    "eslint": "7.24.0",
    "eslint-plugin-node": "11.1.0",
    "jest": "26.6.3",
    "simple-spy": "3.0.1"
  }
}
