{
  "name": "i18nexus-cli",
  "version": "5.1.1",
  "description": "Compatibility wrapper for @i18nexus/cli",
  "main": "bin/index.js",
  "scripts": {
    "test": "node ./bin/index.js --version"
  },
  "bin": {
    "i18nexus": "bin/index.js"
  },
  "files": [
    "bin",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "i18nexus",
    "cli",
    "react-intl",
    "i18next",
    "next-intl"
  ],
  "author": "i18nexus",
  "license": "MIT",
  "dependencies": {
    "@i18nexus/cli": "5.1.1"
  }
}
