{
  "name": "instantsearch-ui-components",
  "version": "0.30.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": "rollup -c rollup.config.mjs && yarn build:types",
    "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es",
    "version": "./scripts/version.cjs",
    "watch:es": "rollup -c rollup.config.mjs --watch"
  },
  "dependencies": {
    "@swc/helpers": "0.5.18",
    "markdown-to-jsx": "^7.7.15"
  },
  "gitHead": "8a7f5e3af0e6578762bdbd0a3bebfa3bcc0e9475"
}
