{
  "name": "i18next2icu",
  "version": "1.1.2",
  "description": "Convert i18next JSON/YAML translation files to ICU MessageFormat v1",
  "main": "src/index.js",
  "bin": {
    "i18next2icu": "./bin/cli.js"
  },
  "type": "module",
  "scripts": {
    "start": "node bin/cli.js",
    "test": "node --test test/*.test.js",
    "version:patch": "npm version patch -m \"Bump version to %s\"",
    "version:minor": "npm version minor -m \"Bump version to %s\"",
    "version:major": "npm version major -m \"Bump version to %s\"",
    "prepublishOnly": "npm test",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "i18next",
    "icu",
    "messageformat",
    "translation",
    "internationalization",
    "i18n",
    "converter",
    "yaml",
    "json"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "glob": "^10.3.10",
    "js-yaml": "^4.1.0",
    "ora": "^8.0.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/csprle/i18next2icu.git"
  },
  "bugs": {
    "url": "https://github.com/csprle/i18next2icu/issues"
  },
  "homepage": "https://github.com/csprle/i18next2icu#readme"
}
