{
  "name": "@tanzhenxing/zx-popup-dialog",
  "version": "1.0.1",
  "description": "基于 zx-popup 的对话框组件，支持基础对话框和输入对话框两种模式，兼容 H5、小程序和 App 平台。",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "对话框",
    "输入对话框"
  ],
  "author": "tanzhenxing",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "@tanzhenxing/zx-button": "^1.0.5",
    "@tanzhenxing/zx-input": "^1.0.9",
    "@tanzhenxing/zx-popup": "^1.0.11"
  }
}
