@voerkai18n/babel
Version:
Babel插件,实现自动文本映射
46 lines • 1.06 kB
JSON
{
"name": "@voerkai18n/babel",
"version": "3.0.22",
"description": "Babel插件,实现自动文本映射",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "https://github.com/zhangfisher/voerka-i18n.git"
},
"keywords": [
"voerkai18n",
"i18n",
"language",
"translation",
"internationalize"
],
"author": "wxzhang",
"license": "MIT",
"dependencies": {
"@voerkai18n/utils": "3.0.22"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/traverse": "^7.26.9",
"@babel/types": "^7.26.9",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^22.13.8",
"tsup": "8.3.6",
"typescript": "^5.8.2",
"vitest": "^3.0.7"
},
"bugs": {
"url": "https://github.com/zhangfisher/voerka-i18n/issues"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup"
}
}