multi-region
Version:
多国家适配插件,以做美国的差异化为例,index.us.tsx > index.tsx,index.us.vue > index.vue
30 lines (29 loc) • 698 B
JSON
{
"name": "multi-region",
"version": "1.0.0",
"description": "多国家适配插件,以做美国的差异化为例,index.us.tsx > index.tsx,index.us.vue > index.vue",
"keywords": [
"multi-region"
],
"author": "zhangnan",
"license": "MIT",
"main": "lib/multi-region.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zhangnan24/multi-plugin"
},
"gitHead": "a5123e95548f37736280655a3553c167760d605c"
}