{
  "name": "potools",
  "version": "0.3.0",
  "description": "Po file debug utilities.",
  "main": "index.js",
  "repository": "https://github.com/mozilla/potools",
  "bin": {
    "potools": "bin/potools"
  },
  "scripts": {
    "test": "jest --watch",
    "lint": "eslint .",
    "test-coverage": "jest --coverage",
    "test-ci": "jest && npm run lint"
  },
  "keywords": [
    "po",
    "i18n",
    "l10n",
    "gettext",
    "podebug"
  ],
  "author": "Stuart Colville",
  "license": "MPL-2.0",
  "dependencies": {
    "chalk": "^2.0.1",
    "cli-progress": "^2.0.0",
    "dom-serializer": "0.1.0",
    "eslint-config-amo": "^1.8.0",
    "htmlparser2": "3.9.2",
    "pofile": "1.0.11",
    "promisify-node": "^0.4.0",
    "yargs": "12.0.1"
  },
  "devDependencies": {
    "eslint": "^5.3.0",
    "jest": "^22.1.1",
    "sinon": "^6.0.1"
  }
}
