{
  "name": "@nkzw/babel-plugin-fbtee-auto-import",
  "version": "3.3.0",
  "description": "The JavaScript & React Internationalization Framework.",
  "keywords": [
    "fbt",
    "globalization",
    "i18n",
    "internationalization",
    "l10n",
    "localization",
    "react",
    "translation"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nkzw-tech/fbtee.git",
    "directory": "packages/babel-plugin-fbtee-auto-import"
  },
  "type": "module",
  "main": "lib/index.mjs",
  "dependencies": {
    "@babel/core": "^8.0.1",
    "@babel/types": "^8.0.4",
    "@nkzw/babel-plugin-fbtee": "3.3.0"
  },
  "scripts": {
    "build": "tsdown src/index.tsx -d lib --target=node22 --format=esm --clean --dts"
  }
}