{
  "name": "catl-cli",
  "description": "setup automated semver compliant package publishing",
  "author": "Sergey Lapin (lapanoid@gmail.com)",
  "bin": {
    "catl": "./bin/catl.js"
  },
  "bugs": {
    "url": "https://github.com/project-june/cli/issues"
  },
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "babel-register": "^6.26.0",
    "base32": "^0.0.6",
    "big-tree-cli": "^0.1.6",
    "chalk": "^1.1.3",
    "child-process-promise": "^2.0.3",
    "conventional-changelog": "0.0.17",
    "deepmerge": "^1.4.4",
    "duplexify": "^3.2.0",
    "es6-promisify": "^4.1.0",
    "git-head": "^1.2.1",
    "github": "^2.0.1",
    "github-url-from-git": "^1.4.0",
    "glob": "^7.1.1",
    "ini": "^1.3.4",
    "inquirer-promise": "0.0.3",
    "isomorphic-fetch": "^2.2.1",
    "js-yaml": "^3.8.2",
    "lodash": "^4.0.0",
    "moment": "^2.17.1",
    "nerf-dart": "^1.0.0",
    "nopt": "^3.0.3",
    "normalize-package-data": "^2.3.4",
    "npm-registry-client": "^7.1.0",
    "npmconf": "^2.1.2",
    "npmlog": "^2.0.0",
    "once": "^1.3.3",
    "opn": "^4.0.2",
    "parse-github-repo-url": "^1.4.0",
    "path-to-regexp": "^1.7.0",
    "pull-request": "^3.0.0",
    "ramda": "0.21.0",
    "request": "^2.58.0",
    "safety-lens": "^1.5.0",
    "semver": "^5.0.3",
    "semver-sort": "^0.0.4",
    "sha1": "^1.1.1",
    "ssh2": "^0.4.8",
    "stream-to-promise": "^2.2.0",
    "tmp": "0.0.31",
    "travis-ci": "2.1.1",
    "travis-status": "^1.0.0",
    "user-home": "^2.0.0",
    "uuid": "^3.1.0",
    "validator": "^3.40.1",
    "vorpal": "^1.11.2",
    "ws": "^1.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^6.1.2",
    "babel-plugin-dynamic-import-node": "^1.2.0",
    "babel-plugin-module-resolver": "^2.7.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "eslint": "^3.18.0",
    "eslint-plugin-babel": "^3.3.0",
    "eslint-plugin-flowtype": "^2.30.4",
    "eslint-plugin-react": "^5.2.2",
    "flow-bin": "^0.54.1",
    "flow-copy-source": "^1.1.0",
    "jest": "^20.0.0",
    "memfs": "^0.0.15",
    "mkdirp": "^0.5.1",
    "remote-redux-devtools": "^0.5.7",
    "replay": "^2.1.2",
    "rimraf": "^2.5.0"
  },
  "optionalDependencies": {
    "keytar": "^3.0.0"
  },
  "jest": {
    "roots": [
      "src/"
    ]
  },
  "homepage": "https://github.com/project-june/cli/tree/master#readme",
  "keywords": [
    "automation",
    "changelog",
    "module",
    "package",
    "publish",
    "release",
    "semver",
    "version"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/project-june/cli.git"
  },
  "scripts": {
    "format": "npx prettier-eslint-cli --trailing-comma=\"all\" --semi --single-quote --bracket-spacing --write \"src/**/*.js\"",
    "postinstall": "chmod +x node_modules/flow-bin || true",
    "start": "nodemon src/vorpal.js",
    "build": "rimraf lib && mkdirp lib && babel src --out-dir lib",
    "prepareOnly": "npm run build",
    "catl": "node ./src/vorpal /ci",
    "init": "node ./src/vorpal /init",
    "test": "flow && jest --silent"
  },
  "version": "5.0.0"
}
