tachybase_todo/packages/plugins/@tachybase/plugin-china-region/package.json
sealday 242d95bef1 chore(version): release v0.21.81 (#1410)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1410
2024-07-31 03:15:26 +08:00

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": "中国行政区划"
}