{
  "name": "loctool",
  "version": "2.32.3",
  "main": "./loctool.js",
  "bin": "./loctool.js",
  "description": "A string resource extractor for multiple files types and project types",
  "license": "Apache-2.0",
  "keywords": [
    "internationalization",
    "i18n",
    "localization",
    "l10n",
    "globalization",
    "g11n",
    "strings",
    "resources",
    "locale",
    "translation"
  ],
  "email": "edwin.hoogerbeets@healthtap.com",
  "author": {
    "name": "Edwin Hoogerbeets",
    "web": "http://www.healthtap.com/",
    "email": "edwin.hoogerbeets@healthtap.com"
  },
  "contributors": [
    {
      "name": "Edwin Hoogerbeets",
      "email": "edwin.hoogerbeets@healthtap.com"
    },
    {
      "name": "Goun Lee",
      "email": "goun.lee@lge.com"
    }
  ],
  "files": [
    "db",
    "lib",
    "log4js.json",
    "loctool.js",
    "hashkey.js",
    "README.md",
    "LICENSE.txt"
  ],
  "directories": {
    "doc": "./doc",
    "lib": "./lib",
    "test": "./test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iLib-js/ilib-mono"
  },
  "engines": {
    "node": ">=12 <23"
  },
  "dependencies": {
    "@formatjs/intl": "^2.10.4",
    "build-gradle-reader": "*",
    "cldr-segmentation": "^2.2.0",
    "he": "^1.2.0",
    "html-parser": "^0.11.0",
    "ilib": "^14.18.0",
    "ilib-localematcher": "^1.3.2",
    "js-stl": "^0.0.6",
    "js-yaml": "^4.1.0",
    "log4js": "^6.9.1",
    "micromatch": "^4.0.5",
    "opencc-js": "^1.0.5",
    "readline-sync": "^1.4.10",
    "rehype-raw": "^5.0.0",
    "remark-frontmatter": "^2.0.0",
    "remark-highlight.js": "^6.0.0",
    "remark-parse": "^8.0.0",
    "remark-rehype": "^8.0.0",
    "remark-stringify": "^8.0.0",
    "unified": "^9.0.0",
    "unist-builder": "^2.0.3",
    "unist-util-filter": "^2.0.0",
    "util.promisify": "^1.1.2",
    "xml-js": "^1.6.11",
    "ilib-locale": "^1.4.0",
    "ilib-po": "^1.1.4",
    "ilib-tools-common": "^1.21.3",
    "ilib-tree-node": "^2.0.1",
    "message-accumulator": "^3.0.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "cldr-core": "46.1.0",
    "ilib-loctool-mock": "file:test/ilib-loctool-mock/ilib-loctool-mock-1.0.0.tgz",
    "ilib-loctool-mock-json": "file:test/ilib-loctool-mock-json/ilib-loctool-mock-json-1.0.0.tgz",
    "ilib-loctool-mock-resource": "file:test/ilib-loctool-mock-resource/ilib-loctool-mock-resource-1.0.0.tgz",
    "jest": "^29.7.0",
    "ilib-internal": "^0.0.0"
  },
  "scripts": {
    "coverage": "pnpm test --coverage",
    "clean": "ant clean",
    "build": "pnpm generate",
    "generate": "node generate/genPluralCategories.js",
    "test": "LANG=en_US.UTF8 node --experimental-vm-modules node_modules/jest/bin/jest.js --testEnvironment node --detectOpenHandles",
    "test:watch": "LANG=en_US.UTF8 node --experimental-vm-modules node_modules/jest/bin/jest.js --testEnvironment node --detectOpenHandles --watch",
    "debug": "node --experimental-vm-modules --inspect-brk node_modules/jest/bin/jest.js --testEnvironment node --detectOpenHandles -i"
  }
}