25 lines
720 B
JSON
25 lines
720 B
JSON
{
|
|
"name": "@voerkai18n/vite",
|
|
"version": "1.0.23",
|
|
"description": "Vite插件,提供自动插入翻译函数和文本映射等功能",
|
|
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhangfisher/voerka-i18n"
|
|
},
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"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:33+08:00",
|
|
"devDependencies": {
|
|
"vite": "^4.0.4"
|
|
}
|
|
} |