{
  "name": "i18n-wrap",
  "version": "1.0.0",
  "description": "A utility for wrapping all strings in a React component with a translation function and adding import statements for the translation function and storing the translations.",
  "main": "index.js",
  "keywords": [
    "i18n",
    "react",
    "typescript",
    "translation"
  ],
  "author": "MashDiv",
  "license": "MIT",
  "devDependencies": {
    "dotenv": "^16.4.5",
    "fs-extra": "^11.2.0",
    "openai": "^4.47.1",
    "typescript": "^4.0.0",
    "uuid": "^9.0.1"
  }
}
