mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +00:00
20 lines
657 B
JSON
20 lines
657 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.9.4-alpha.2",
|
|
"displayName": "china-region",
|
|
"displayName.zh-CN": "中国行政区",
|
|
"description": "Chinese Administrative Division Plugin, including all administrative regions of China.",
|
|
"description.zh-CN": "中国行政区划插件,内含所有中国行政区域。",
|
|
"main": "lib/index.js",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@nocobase/client": "0.9.4-alpha.2",
|
|
"@nocobase/server": "0.9.4-alpha.2",
|
|
"china-division": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.9.4-alpha.2"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|