{
  "name": "timesheeter-cli",
  "description": "CLI client for TimeSheetER",
  "version": "0.2.2",
  "author": "Florian Varrin @Florian-Varrin",
  "bin": {
    "tser": "bin/run"
  },
  "bugs": "https://github.com/Florian-Varrin/timesheeter-cli/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-autocomplete": "^0.3.0",
    "@oclif/plugin-help": "^3",
    "@oclif/plugin-not-found": "^1.2.4",
    "@types/inquirer": "^7.3.1",
    "chalk": "^4.1.0",
    "cli-ux": "^5.6.2",
    "inquirer": "^7.3.3",
    "keytar": "^7.9.0",
    "timesheeterp-js-sdk": "^0.1.0",
    "ts-transformer-keys": "^0.4.3",
    "tslib": "^1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@types/node": "^10",
    "eslint": "^5.13",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-oclif": "^3.1",
    "eslint-config-oclif-typescript": "^0.1",
    "eslint-plugin-import": "^2.22.1",
    "globby": "^10",
    "rimraf": "^3.0.2",
    "ts-node": "^8",
    "typescript": "^3.3"
  },
  "engines": {
    "node": ">=11.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/Florian-Varrin/timesheeter-cli",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "tser",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found",
      "@oclif/plugin-autocomplete"
    ]
  },
  "repository": "Florian-Varrin/timesheeter-cli",
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "sudo rm -rf lib && tsc -b && oclif-dev readme",
    "test": "echo NO TESTS",
    "version": "oclif-dev readme && git add README.md",
    "lint": "eslint ./src/**/*.ts --config .eslintrc --fix"
  },
  "types": "lib/index.d.ts"
}
