{
  "name": "wheniwork-cli",
  "version": "0.12.1",
  "description": "A CLI for showing WhenIWork timesheet information.",
  "keywords": [
    "wheniwork",
    "cli",
    "productivity"
  ],
  "main": "./src/cli.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/joshmedeski/wheniwork-cli.git"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc -w"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.3.2",
    "cli-table": "^0.3.1",
    "commander": "^2.15.1",
    "date-fns": "^1.29.0",
    "dotenv": "^5.0.1",
    "node-fetch": "^2.1.2",
    "update-notifier": "^2.4.0"
  },
  "bin": {
    "wheniwork": "./dist/cli.js"
  },
  "devDependencies": {
    "@types/jest": "^22.2.2",
    "@types/node": "^9.6.2",
    "@types/node-fetch": "^1.6.8",
    "prettier": "^1.11.1",
    "ts-jest": "^22.4.2",
    "ts-node": "^5.0.1",
    "typescript": "^2.8.1"
  }
}
