{
  "name": "@zzcpt/zztool",
  "private": false,
  "version": "2.6.4",
  "type": "module",
  "main": "./dist/zztool.umd.cjs",
  "module": "./dist/zztool.es.js",
  "browser": "./dist/zztool.umd.js",
  "types": "./lib/index.d.ts",
  "license": "MIT",
  "files": [
    "dist",
    "lib"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./dist/zztool.es.js",
      "require": "./dist/zztool.umd.cjs"
    }
  },
  "keywords": [
    "zztool",
    "typescript",
    "javascript",
    "js",
    "utils"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YOuRHhH/zztool"
  },
  "homepage": "https://yourhhh.github.io/zztoolDocument/",
  "scripts": {},
  "release-it": {
    "git": {
      "commitMessage": "chore: release v${version}"
    },
    "github": {
      "release": true
    },
    "npm": {
      "publish": true
    }
  }
}