{
  "name": "@antfu/utils",
  "type": "module",
  "version": "9.3.0",
  "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/utils.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/utils/issues"
  },
  "keywords": [
    "utils"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@antfu/eslint-config": "^5.4.0",
    "@antfu/ni": "^26.0.1",
    "@types/node": "^24.5.2",
    "@types/throttle-debounce": "^5.0.2",
    "bumpp": "^10.2.3",
    "eslint": "^9.36.0",
    "p-limit": "^7.1.1",
    "throttle-debounce": "5.0.0",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.1",
    "vite": "^7.1.6",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "lint-fix": "nr lint --fix",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest"
  }
}