{
  "name": "vue-i18n-customized-extractor",
  "version": "0.0.4",
  "keywords": ["vue", "i18n", "cli", "translation", "extractor", "customized"],
  "description": "A CLI tool to extract text and i18n keys from Vue.js files.",
  "author": "Weiyue Deng",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "vue-i18n-customized-extractor": "./bin/cli.js"
  },
  "dependencies": {
    "@babel/parser": "^7.27.5",
    "@babel/traverse": "^7.27.4",
    "@vue/compiler-dom": "^3.5.16",
    "@vue/compiler-sfc": "^3.5.16",
    "glob": "^11.0.2"
  },
  "files": ["bin", "index.js"]
}
