{
  "name": "polyglot-cli",
  "version": "1.7.1",
  "description": "Infinum Polyglot CLI",
  "main": "index.js",
  "scripts": {
    "lint": "eslint lib serializers common index.js",
    "test": "NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- tests/**/*.test.js",
    "tdd": "NODE_ENV=test nodemon -x mocha tests/**/*.test.js",
    "precommit": "npm run lint && npm test"
  },
  "bin": {
    "polyglot": "./index.js"
  },
  "keywords": [
    "i18n",
    "infinum",
    "polyglot",
    "cli"
  ],
  "author": "Infinum <javascript.team@infinum.co>",
  "license": "UNLICENCED",
  "dependencies": {
    "co": "^4.6.0",
    "colors": "^1.1.2",
    "commander": "^2.11.0",
    "fs-extra": "^4.0.1",
    "lodash": "^4.17.4",
    "node-fetch": "^1.7.2",
    "prompt": "^1.0.0",
    "yayson": "^2.0.5"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "chai": "^4.1.1",
    "eslint": "^4.4.1",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "memory-fs": "^0.4.1",
    "mocha": "^3.5.0",
    "nock": "^9.0.14",
    "nodemon": "^1.11.0"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/infinum_hr/js-polyglot-cli.git"
  },
  "homepage": "https://bitbucket.org/infinum_hr/js-polyglot-cli#readme"
}
