{
  "name": "xlf-translate",
  "version": "2.0.7",
  "description": "Populate XLIFF (.XLF) files with existing translations",
  "main": "src/translate.js",
  "files": [
    "bin",
    "src"
  ],
  "scripts": {
    "lint": "eslint {spec,src}/**/*.js bin/*",
    "test": "vitest --run"
  },
  "bin": {
    "xlf-translate": "bin/xlf-translate"
  },
  "author": "Tsvetomir Tsonev",
  "license": "BSD-3-Clause",
  "dependencies": {
    "argparse": "^2.0.1",
    "cheerio": "^1.2.0",
    "js-yaml": "^4.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsvetomir/xlf-translate.git"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@vitest/eslint-plugin": "^1.6.9",
    "eslint": "^10.0.0",
    "globals": "^17.3.0",
    "vitest": "^4.0.18"
  }
}
