i18n-translatejs
Version:
多国语言翻译插件
21 lines (20 loc) • 521 B
JSON
{
"name": "i18n-translatejs",
"version": "1.0.3",
"description": "多国语言翻译插件",
"main": "./index.js",
"files": ["libs/*", "index.js","README.md"],
"keywords": ["i18n", "translatejs", "i18n-translatejs"],
"homepage": "https://github.com/cai4633/translatejs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"translate": "./index.js"
},
"author": "cai4633",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
}
}