{
  "name": "astro-pagefind",
  "version": "1.8.6",
  "description": "Astro integration for Pagefind static site search",
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./components/Search": {
      "types": "./src/components/Search.d.ts",
      "import": "./src/components/Search.ts",
      "default": "./src/components/Search.ts"
    }
  },
  "files": [
    "src"
  ],
  "scripts": {
    "build": "tsc --noEmit",
    "release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shishkin/astro-pagefind.git"
  },
  "homepage": "https://github.com/shishkin/astro-pagefind",
  "keywords": [
    "astro",
    "astro-component",
    "astro-integration",
    "withastro",
    "pagefind",
    "search",
    "ui"
  ],
  "author": "Sergey Shishkin <sergey@shishkin.org>",
  "license": "MIT",
  "peerDependencies": {
    "astro": "^2.0.4 || ^3 || ^4 || ^5 || ^6"
  },
  "devDependencies": {
    "@astrojs/check": "0.9.8",
    "@astrojs/markdown-remark": "7.0.1",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/semantic-release": "21.1.0",
    "astro": "6.0.6",
    "semantic-release": "25.0.3",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "@pagefind/default-ui": "^1.2.0",
    "pagefind": "^1.2.0",
    "sirv": "^3.0.0"
  }
}
