{
  "name": "hxzx-utils",
  "description": "基于js开发的工具库",
  "private": false,
  "version": "1.2.10",
  "author": {
    "name": "这个名字可以",
    "email": "1686219806@qq.com",
    "url": "https://jjp.world"
  },
  "license": "MIT",
  "homepage": "https://jjp.world/hxzx-utils",
  "keywords": [
    "hxzx-utils",
    "hxzx",
    "utils",
    "js",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/bxsdhx/hxzx-utils.git"
  },
  "bugs": {
    "url": "https://gitee.com/bxsdhx/hxzx-utils/issues"
  },
  "types": "index.d.ts",
  "main": "index.cjs",
  "module": "index.js",
  "unpkg": "index.umd.cjs",
  "jsdelivr": "index.umd.cjs",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "require": {
        "types": "./index.d.cts",
        "default": "./index.cjs"
      },
      "types": "./index.d.ts"
    }
  }
}