{
  "name": "react-translation-wizard",
  "version": "1.0.3",
  "description": "A powerful translation automation tool that scans project files and extracts strings for i18n usage in React and Next.js.",
  "main": "translate.js",
  "scripts": {
    "dev": "node translate.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "react-translation-wizard": "translate.js"
  },
  "keywords": [
    "react",
    "translation",
    "i18n",
    "internationalization",
    "translate",
    "automation",
    "json",
    "wizard",
    "react-i18n"
  ],
  "author": "Kashyap Trivedi",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.3.2",
    "glob": "^11.0.3",
    "ts-morph": "^27.0.2"
  },
  "files": [
    "translate.js",
    "example.translation.config.json",
    "translation.config.json",
    "README.md"
  ]
}
