{
  "name": "@stratio/egeo-cli",
  "version": "0.5.7",
  "description": "cli with some utilities for egeo",
  "author": "Stratio",
  "license": "Apache 2.0",
  "bin": "bin/egeo-cli",
  "main": "./dist/index.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "angular 2",
    "egeo",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Stratio/egeo-cli"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "mocha",
    "commit": "git-cz",
    "build": "tsc",
    "build:watch": "tsc -w",
    "prepublishOnly": "tsc",
    "lint": "tslint -c tslint.json -p tsconfig.json"
  },
  "dependencies": {
    "chalk": "2.1.0",
    "commander": "2.11.0",
    "glob": "7.1.2",
    "js-beautify": "1.6.14",
    "lodash": "4.17.4",
    "markdown-table": "1.1.1"
  },
  "devDependencies": {
    "@types/chalk": "0.4.31",
    "@types/glob": "5.0.32",
    "@types/js-beautify": "0.0.31",
    "@types/lodash": "4.14.74",
    "@types/node": "8.0.26",
    "chai": "4.1.2",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.0.0",
    "mocha": "3.5.0",
    "semantic-release": "7.0.2",
    "ts-node": "3.3.0",
    "tslint": "5.7.0",
    "typescript": "2.5.2"
  },
  "release": {
    "branch": "release"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}