
{
    "name": "i18n-adapt",
    "version": "1.0.0",
    "description": "Automatically internationalize and adapt web application UI for multiple languages",
    "main": "lib/index.js",
    "bin": {
      "i18n-adapt": "./bin/i18n-adapt.js"
    },
    "scripts": {
      "test": "jest"
    },
    "keywords": [
      "i18n",
      "internationalization",
      "translation",
      "react",
      "vue",
      "angular",
      "cli",
      "responsive",
      "ui",
      "gemini",
      "automated-translation"
    ],
    "author": "Joel Machado <joelmachado649@gmail.com>",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "https://github.com/joel0x/i18n-adapt.git"
    },
    "bugs": {
      "url": "https://github.com/joel0x/i18n-adapt/issues"
    },
    "homepage": "https://github.com/joel0x/i18n-adapt#readme",
    "dependencies": {
      "chalk": "^4.1.2",
      "commander": "^8.3.0",
      "fs-extra": "^10.0.0",
      "glob": "^7.2.0",
      "lodash": "^4.17.21",
      "axios": "^0.24.0"
    },
    "engines": {
      "node": ">=12.0.0"
    }
  }