voerka-i18n/packages/vue/package.json
2023-01-20 22:00:07 +08:00

18 lines
502 B
JSON

{
"name": "@voerkai18n/vue",
"version": "1.0.12",
"description": "Vue3插件,提供自动插件翻译函数和语言切换功能",
"main": "index.js",
"typings": "index.d.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@voerkai18n/runtime": "workspace:^1.1.16",
"vue": "latest"
},
"lastPublish": "2023-01-12T13:54:39+08:00"
}