{
  "name": "@heroui/use-aria-multiselect",
  "version": "2.4.21",
  "description": "Provides the behavior and accessibility implementation for a multi-select component.",
  "keywords": [
    "use-aria-multiselect"
  ],
  "author": "HeroUI <support@heroui.com>",
  "homepage": "https://heroui.com",
  "license": "MIT",
  "main": "dist/index.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heroui-inc/heroui.git",
    "directory": "packages/hooks/use-aria-multiselect"
  },
  "bugs": {
    "url": "https://github.com/heroui-inc/heroui/issues"
  },
  "dependencies": {
    "@react-aria/i18n": "3.12.16",
    "@react-aria/interactions": "3.27.1",
    "@react-aria/label": "3.7.25",
    "@react-aria/listbox": "3.15.3",
    "@react-aria/menu": "3.21.0",
    "@react-aria/selection": "3.27.2",
    "@react-aria/utils": "3.33.1",
    "@react-stately/form": "3.2.4",
    "@react-stately/list": "3.13.4",
    "@react-stately/menu": "3.9.11",
    "@react-types/button": "3.15.1",
    "@react-types/overlays": "3.9.4",
    "@react-types/shared": "3.33.1"
  },
  "peerDependencies": {
    "react": ">=18 || >=19.0.0-rc.0",
    "react-dom": ">=18 || >=19.0.0-rc.0"
  },
  "clean-package": "../../../clean-package.config.json",
  "tsup": {
    "clean": true,
    "target": "es2019",
    "format": [
      "cjs",
      "esm"
    ]
  },
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup src --dts",
    "build:fast": "tsup src",
    "dev": "pnpm build:fast --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit"
  }
}