{
  "name": "translation-checker",
  "version": "1.0.18",
  "description": "Validates translations",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SafireBlue/translation-checker.git"
  },
  "keywords": [],
  "author": "Akira Ogawa <akira@safire.blue>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SafireBlue/translation-checker/issues"
  },
  "homepage": "https://github.com/SafireBlue/translation-checker#readme",
  "devDependencies": {
    "ts-loader": "^6.0.4",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-loader": "^3.5.4",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "localization-format": "^1.1.10",
    "text-checker": "^1.0.20"
  }
}
