{
  "name": "@dimplesyj/util",
  "type": "module",
  "version": "1.0.9",
  "packageManager": "pnpm@8.7.6",
  "description": "",
  "author": "Dimples YJ <dimplesyj@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/DimplesY",
  "homepage": "https://github.com/DimplesY/util#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/DimplesY/util"
  },
  "bugs": "https://github.com/DimplesY/util/issues",
  "keywords": [
    "dimplesyj",
    "util",
    "utils",
    "工具包"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "dayjs": "^1.11.10",
    "throttle-debounce": "^5.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.43.0",
    "@antfu/ni": "^0.21.8",
    "@antfu/utils": "^0.7.6",
    "@types/node": "^20.6.3",
    "@types/throttle-debounce": "^5.0.0",
    "bumpp": "^9.2.0",
    "eslint": "^8.49.0",
    "esno": "^0.17.0",
    "pnpm": "^8.7.6",
    "rimraf": "^5.0.1",
    "typescript": "^5.2.2",
    "unbuild": "^2.0.0",
    "vite": "^4.4.9",
    "vitest": "^0.34.4"
  }
}
