{
  "name": "chakra-react-select",
  "version": "6.1.3",
  "description": "A Chakra UI wrapper for the popular library React Select",
  "keywords": [
    "accessibility",
    "chakra",
    "chakra-ui",
    "combobox",
    "dropdown",
    "input",
    "listbox",
    "menu",
    "multi-select",
    "react",
    "react-select",
    "select"
  ],
  "homepage": "https://github.com/csandman/chakra-react-select#readme",
  "bugs": {
    "url": "https://github.com/csandman/chakra-react-select/issues"
  },
  "license": "MIT",
  "author": "Chris Sandvik <chris.sandvik@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csandman/chakra-react-select.git"
  },
  "files": [
    "dist"
  ],
  "type": "commonjs",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup --clean",
    "dev": "concurrently pnpm:dev:*",
    "dev:demo": "pnpm --filter chakra-react-select-demo dev",
    "dev:src": "tsup --watch",
    "format": "oxfmt",
    "lint": "concurrently pnpm:lint:*",
    "lint:exports": "attw --pack .",
    "lint:src": "oxlint -c .oxlintrc.json",
    "lint:types": "tsc",
    "lint-fix": "oxlint -c .oxlintrc.json --fix",
    "prepare": "husky",
    "lint:publish": "publint",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "react-select": "^5.10.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@chakra-ui/react": "~3.35.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.0",
    "concurrently": "^9.2.1",
    "husky": "^9.1.7",
    "jsdom": "^25.0.1",
    "lint-staged": "^17.0.4",
    "next-themes": "~0.4.6",
    "oxfmt": "^0.49.0",
    "oxlint": "^1.64.0",
    "oxlint-tsgolint": "^0.22.1",
    "publint": "^0.3.21",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  },
  "peerDependencies": {
    "@chakra-ui/react": "3.x",
    "next-themes": "0.x",
    "react": "18.x || 19.x"
  },
  "packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a"
}
