26 lines
737 B
JSON
26 lines
737 B
JSON
{
|
|
"name": "@voerkai18n/react",
|
|
"version": "1.0.13",
|
|
"description": "React支持,提供语言切换等功能",
|
|
"main": "index.jsx",
|
|
"typings": "index.d.ts",
|
|
"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": "wxzhang",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@voerkai18n/runtime": "workspace:latest"
|
|
},
|
|
"devDependencies": {},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2"
|
|
},
|
|
"lastPublish": "2023-01-27T21:04:50+08:00"
|
|
} |