{
  "name": "instantsearch-ui-components",
  "version": "0.14.0",
  "description": "Common UI components for InstantSearch.",
  "types": "dist/es/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "type": "module",
  "exports": {
    "types": "./dist/es/index.d.ts",
    "require": "./dist/cjs/index.js",
    "default": "./dist/es/index.js"
  },
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/algolia/instantsearch"
  },
  "author": {
    "name": "Algolia, Inc.",
    "url": "https://www.algolia.com"
  },
  "keywords": [
    "algolia",
    "components",
    "fast",
    "instantsearch",
    "react",
    "search",
    "jsx",
    "vdom",
    "hyperscript"
  ],
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "yarn build:cjs && yarn build:es && yarn build:types",
    "build:es:base": "BABEL_ENV=es,disableHoisting babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*'",
    "build:es": "yarn build:es:base --quiet",
    "build:cjs": "BABEL_ENV=cjs,disableHoisting babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet && ../../scripts/prepare-cjs.sh",
    "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es",
    "version": "./scripts/version.cjs",
    "watch:es": "yarn --silent build:es:base --watch"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.6",
    "ai": "^5.0.18",
    "markdown-to-jsx": "^7.7.15",
    "zod": "^3.25.76 || ^4",
    "zod-to-json-schema": "3.24.6"
  },
  "gitHead": "6e4bcd74b92f96761f514bee14824537ba36adf2"
}
