{
  "name": "@medic/translation-checker",
  "version": "1.1.0",
  "description": "",
  "main": "lib/index.js",
  "engines": {
    "node": ">=8.10.0"
  },
  "scripts": {
    "eslint": "eslint lib/**/*.js test/**/*.js",
    "test": "npm run eslint && mocha test/**/*.spec.js",
    "coverage": "nyc mocha test/**/*.spec.js"
  },
  "dependencies": {
    "iso-639-1": "^2.1.4",
    "messageformat": "^2.3.0",
    "properties": "^1.2.1"
  },
  "devDependencies": {
    "@medic/eslint-config": "^1.1.0",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.4",
    "eslint-plugin-json": "^2.1.2",
    "mocha": "^6.1.4",
    "nyc": "^15.1.0"
  },
  "keywords": [],
  "author": "Medic Mobile",
  "license": "AGPL-3.0-only",
  "homepage": "https://github.com/medic/translation-checker#readme",
  "bugs": {
    "url": "https://github.com/medic/translation-checker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medic/translation-checker.git"
  }
}
