voerka-i18n/packages/babel/package.json
2023-01-27 22:15:14 +08:00

21 lines
632 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@voerkai18n/babel",
"version": "1.0.34",
"description": "Babel插件实现自动导入t函数和自动文本映射",
"main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "pnpm autopublish"
},
"author": "",
"license": "ISC",
"dependencies": {
"@voerkai18n/utils": "workspace:latest"
},
"lastPublish": "2023-01-27T21:05:20+08:00"
}