{
  "name": "@tachybase/plugin-field-china-region",
  "displayName": "Administrative divisions of China",
  "version": "1.0.18",
  "description": "Provides data and field type for administrative divisions of China.",
  "keywords": [
    "Fields"
  ],
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "dependencies": {},
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "china-division": "^2.7.0",
    "cross-spawn": "^7.0.6",
    "@tachybase/schema": "1.0.18"
  },
  "peerDependencies": {
    "@tachybase/database": "1.0.18",
    "@tachybase/client": "1.0.18",
    "@tachybase/server": "1.0.18",
    "@tachybase/test": "1.0.18"
  },
  "description.zh-CN": "提供中国行政区划数据和字段类型。",
  "displayName.zh-CN": "字段：中国行政区划",
  "scripts": {
    "build": "tachybase-build --no-dts @tachybase/plugin-field-china-region"
  }
}