{
  "name": "@searchstack/autocomplete",
  "version": "2.4.1",
  "description": "Drop-in autocomplete, typeahead and \"ask this site\" answer UI for any text input — anchored dropdown on desktop, full-screen on mobile, and a Cmd-K overlay that streams a cited answer. Framework-agnostic, with search history, custom templates and CSS variables. Powered by the Search Stack search API.",
  "type": "module",
  "main": "./dist/searchstack-autocomplete.js",
  "types": "./dist/types.d.ts",
  "typings": "./dist/types.d.ts",
  "exports": {
    "import": {
      "types": "./dist/types.d.ts",
      "default": "./dist/searchstack-autocomplete.js"
    },
    "require": {
      "types": "./dist/types.d.ts",
      "default": "./dist/searchstack-autocomplete.cjs"
    }
  },
  "files": [
    "dist/*"
  ],
  "keywords": [
    "autocomplete",
    "typeahead",
    "autosuggest",
    "search-ui",
    "search-box",
    "search-as-you-type",
    "instant-search",
    "suggestions",
    "combobox",
    "search",
    "search-widget",
    "ask",
    "answers",
    "rag",
    "cited-answers",
    "site-search",
    "vanilla-js",
    "framework-agnostic",
    "searchstack"
  ],
  "author": "searchstack",
  "homepage": "https://searchstack.dev",
  "bugs": {
    "url": "https://searchstack.dev/support"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "cleanDist": "rimraf dist/*",
    "rollup": "rollup -c",
    "watch": "rollup -c --watch",
    "watchTs": "tsc -p . --watch",
    "compile": "tsc -p .",
    "build": "npm-run-all cleanDist compile rollup",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@searchstack/public-api": "^2.4.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup": "^4.29.1",
    "rollup-obfuscator": "^4.1.1",
    "rollup-plugin-dts": "^6.1.1",
    "tslib": "^2.8.1",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@oddbird/css-anchor-positioning": "^0.4.0"
  }
}
