{
  "name": "@elastic/react-search-ui",
  "version": "1.24.1",
  "homepage": "https://docs.elastic.co/search-ui",
  "description": "A React library for building search experiences",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/search-ui.git",
    "directory": "packages/react-search-ui"
  },
  "scripts": {
    "test-ci": "jest --runInBand",
    "test": "jest",
    "build": "tsup",
    "watch": "yarn build --watch",
    "prepare": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/elastic/search-ui/issues"
  },
  "dependencies": {
    "@elastic/react-search-ui-views": "1.24.1",
    "@elastic/search-ui": "1.24.1"
  },
  "peerDependencies": {
    "react": ">= 16.8.0 < 20",
    "react-dom": ">= 16.8.0 < 20"
  },
  "devDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.8.3"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "gitHead": "8e2c13c7c6f59a1b27e9b49e9fe3084edeb1f6b2"
}
