2021-02-22 15:08:35 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-china-region",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Administrative divisions of China",
|
2024-06-05 17:20:11 +08:00
|
|
|
"version": "0.21.44",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Provides data and field type for administrative divisions of China.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Fields"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2021-12-07 19:40:30 +08:00
|
|
|
"devDependencies": {
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2023-08-02 00:07:52 +08:00
|
|
|
"@types/cross-spawn": "^6.0.2",
|
|
|
|
"china-division": "^2.4.0",
|
|
|
|
"cross-spawn": "^7.0.3"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
2021-12-07 19:40:30 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "提供中国行政区划数据和字段类型。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "中国行政区划"
|
2021-02-22 15:08:35 +08:00
|
|
|
}
|