{
  "name": "jira-worklog-manager",
  "version": "1.17.0",
  "description": "A CLI tool for registering work logs on Jira",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "jira-worklog-manager": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kaerimichi/jira-worklog-manager.git"
  },
  "keywords": [
    "jira",
    "worklog",
    "atlassian",
    "tools"
  ],
  "author": {
    "name": "Gabriel Rimes",
    "email": "jivagorimes@gmail.com",
    "url": "https://gabrielrimes.net"
  },
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
    "cli-table": "^0.3.1",
    "commander": "^2.19.0",
    "inquirer": "^6.2.2",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.14",
    "moment": "^2.24.0",
    "moment-duration-format": "^2.2.2",
    "moment-timezone": "^0.5.23",
    "queue": "^4.5.1",
    "uuid": "^3.3.2"
  }
}
