sealday
242d95bef1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1410
26 lines
782 B
JSON
26 lines
782 B
JSON
{
|
|
"name": "@tachybase/plugin-china-region",
|
|
"displayName": "Administrative divisions of China",
|
|
"version": "0.21.81",
|
|
"description": "Provides data and field type for administrative divisions of China.",
|
|
"keywords": [
|
|
"Fields"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/schema": "workspace:*",
|
|
"@types/cross-spawn": "^6.0.2",
|
|
"china-division": "^2.4.0",
|
|
"cross-spawn": "^7.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供中国行政区划数据和字段类型。",
|
|
"displayName.zh-CN": "中国行政区划"
|
|
}
|