{
  "name": "yh-hiprint",
  "version": "2.7.3",
  "description": "Hiprint for Vue3 by NoahLiu in ForceCon in Hunan Changesha",
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.ts",
      "types": "./index.ts"
    },
    "./mobile": {
      "import": "./mobile.ts",
      "types": "./mobile.ts"
    },
    "./hiprint.vue": "./hiprint.vue",
    "./hiprintPreview.vue": "hiprintPreview.vue"
  },
  "scripts": {
    "start": "npm run pub:aliyun && npm run pub:npm",
    "pub:aliyun": "npm publish --registry https://packages.aliyun.com/60765e0161a945067837bb5f/npm/npm-registry/ --tag latest --no-git-checks",
    "pub:npm": "npm publish --registry https://registry.npmjs.org/ --tag latest --no-git-checks"
  },
  "dependencies": {
    "@nuintun/qrcode": "^5.0.1",
    "canvg": "4.0.1",
    "html2canvas": "1.4.1",
    "jspdf": "2.5.1",
    "nzh": "1.0.9"
  },
  "peerDependencies": {
    "vue": "^3.5.0",
    "element-plus": "^2.9.0",
    "vant": "^4.9.0"
  },
  "peerDependenciesMeta": {
    "element-plus": {"optional": true},
    "vant": {"optional": true}
  },
  "author": "Liubin"
}
