@voerkai18n/babel
Version:
Babel插件,实现自动文本映射
40 lines • 953 B
JSON
{
"name": "@voerkai18n/babel",
"version": "3.0.14",
"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": "git+https://github.com/zhangfisher/voerka-i18n"
},
"keywords": [
"voerkai18n",
"i18n",
"language",
"translation",
"internationalize"
],
"author": "wxzhang",
"license": "MIT",
"dependencies": {
"@voerkai18n/utils": "^3.0.14"
},
"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"
},
"scripts": {
"build": "tsup"
}
}