{
  "name": "@dq-next/utils",
  "version": "1.1.13",
  "description": "> 笃诚前端开发通用工具包",
  "author": "hanwh@shducheng.com.cn",
  "homepage": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./index.ts",
      "require": "./dist/index.umd.js"
    },
    "./env": {
      "import": "./env.ts"
    },
    "./lib": {
      "import": "./lib/index.ts"
    },
    "./propTypes": {
      "import": "./propTypes.ts"
    },
    "./props": {
      "import": "./props.ts"
    },
    "./event": {
      "import": "./event.ts"
    }
  },
  "dependencies": {
    "@types/crypto-js": "^4.1.1",
    "@types/lodash": "4.17.5",
    "@vue/shared": "^3.2.33",
    "@vueuse/core": "^8.3.0",
    "@vueuse/shared": "^8.3.0",
    "crypto-js": "^4.1.1",
    "dayjs": "^1.11.1",
    "html2canvas": "^1.4.1",
    "lodash": "^4.17.21",
    "solarlunar": "^2.0.7",
    "vue": "^3.2.33",
    "vxe-table": "4.3.6",
    "xe-utils": "^3.5.4",
    "@dq-next/types": "^1.0.9"
  },
  "scripts": {
    "build": "vite build --config vite.config.lib.ts"
  }
}