{
  "name": "representy-cli",
  "version": "0.0.11",
  "description": "CLI tool for representy",
  "repository": "git@github.com:representy/representy-cli.git",
  "author": "Salim KAYABASI <salim.kayabasi@gmail.com>",
  "license": "MIT",
  "bin": {
    "representy": "./bin/representy.js"
  },
  "main": "dist/index.js",
  "scripts": {
    "major": "npm version major -m \"New major version %s\"",
    "minor": "npm version minor -m \"New minor version %s\"",
    "patch": "npm version patch -m \"New patch version %s\"",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "pretest": "yarn run lint",
    "test": "jest",
    "build": "babel src/ -d dist/",
    "preversion": "yarn build && git commit -a --allow-empty -m \"update dist\""
  },
  "dependencies": {
    "commander": "^2.9.0",
    "log-with": "^1.2.1",
    "representy": "^0.0.19",
    "representy-tool-config-reader": "^0.0.6"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-dynamic-import-node": "^1.0.2",
    "babel-preset-env": "^1.5.2",
    "babel-preset-stage-2": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.1.0",
    "jest": "^20.0.4"
  }
}
