{
  "name": "@xiaohaih/condition-el-plus",
  "version": "0.6.6",
  "description": "基于element-plus实现, 通过JSON配置表单组件(条件间可相互依赖)",
  "author": "xiaohai",
  "license": "MIT",
  "homepage": "https://xiaohaih.github.io/condition/index.html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaohaiH/condition/tree/master/package/element-plus"
  },
  "keywords": [
    "vue3",
    "element-plus",
    "condition",
    "JSON Form"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./index.ts",
      "browser": "./index.ts",
      "types": "./index.ts"
    },
    "./*": "./*"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "unpkg": "dist/index.umd.js",
  "jsdelivr": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@xiaohaih/condition-core": "0.6.5"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.2.3",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "vite-plugin-dts": "^3.6.3"
  },
  "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"
  }
}