tachybase_todo/packages/plugins/china-region/package.json

20 lines
661 B
JSON
Raw Normal View History

{
"name": "@nocobase/plugin-china-region",
"version": "0.10.0-alpha.5",
"displayName": "china-region",
"displayName.zh-CN": "中国行政区",
"description": "Chinese Administrative Division Plugin, including all administrative regions of China.",
"description.zh-CN": "中国行政区划插件,内含所有中国行政区域。",
"main": "lib/index.js",
2023-01-11 11:58:47 +08:00
"license": "AGPL-3.0",
"dependencies": {
"@nocobase/client": "0.10.0-alpha.5",
"@nocobase/server": "0.10.0-alpha.5",
2021-12-06 21:23:34 +08:00
"china-division": "^2.4.0"
2021-04-07 10:41:06 +08:00
},
2021-12-07 19:40:30 +08:00
"devDependencies": {
"@nocobase/test": "0.10.0-alpha.5"
2021-12-07 19:40:30 +08:00
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}