{
  "name": "bip-cli",
  "version": "2.0.4",
  "description": "Get balance of bip card (Chile) CLI",
  "main": "src",
  "scripts": {
    "prepublish": "eslint src",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
  },
  "engines": {
    "node": ">=4"
  },
  "bin": {
    "bip": "src/index.js"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/lgaticaq/bip-cli.git"
  },
  "keywords": [
    "bip",
    "transantiago",
    "metro",
    "cli"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgaticaq/bip-cli/issues"
  },
  "homepage": "https://github.com/lgaticaq/bip-cli#readme",
  "dependencies": {
    "bip": "^2.0.1",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "update-notifier": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "generate-changelog": "^1.1.0"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "rules": {
      "indent": [
        2,
        2
      ],
      "linebreak-style": [
        2,
        "unix"
      ],
      "quotes": [
        2,
        "single"
      ],
      "semi": [
        2,
        "always"
      ],
      "no-console": [
        0
      ]
    }
  }
}
