{
  "name": "@fawen/gitmoji-commit-hook",
  "version": "0.0.2",
  "description": "commit with local source 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:GFwer/gitmoji-commit-hook.git"
  },
  "keywords": [
    "git",
    "git-hook",
    "emoji",
    "gitmoji"
  ],
  "bin": {
    "gitmoji-commit-hook": "./bin/index.js"
  },
  "author": "Oskar Karlsson <kontakta@oskarkarlsson.nu>",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^2.4.2",
    "conf": "^5.0.0",
    "file-exists": "^5.0.1",
    "inquirer": "^6.5.0",
    "path-exists": "^4.0.0",
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "eslint": "^6.1.0",
    "eslint-plugin-node": "^9.1.0",
    "jest": "^24.8.0",
    "simple-spy": "^3.0.1"
  }
}
