{
  "name": "@xiaohaih/condition-el",
  "version": "0.5.6",
  "description": "基于element-ui实现, 通过JSON配置表单组件(条件间可相互依赖)",
  "main": "dist/index.cjs.js",
  "jsdelivr": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./index.ts",
      "browser": "./dist/index.esm.js",
      "types": "./index.ts"
    },
    "./*": "./*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaohaiH/condition/tree/master/package/element-ui"
  },
  "keywords": [
    "vue2",
    "element-ui",
    "condition",
    "JSON Form"
  ],
  "author": "xiaohai",
  "license": "MIT",
  "homepage": "https://xiaohaih.github.io/condition/index.html",
  "dependencies": {
    "vue-demi": "0.14.5",
    "@xiaohaih/condition-core": "0.5.6"
  },
  "devDependencies": {
    "element-ui": "^2.15.13",
    "vite-plugin-dts": "^3.6.3",
    "vue": "2.7.0"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.0.0-rc.1",
    "element-ui": "^2.0.0",
    "vue": "^2.0.0 || >=3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "vue2": "vue-demi-switch 2",
    "vue2.7": "vue-demi-switch 2.7",
    "vue3": "vue-demi-switch 3",
    "build": "vite build --config vite.config.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}