{
  "name": "next-static-search",
  "version": "1.0.15",
  "description": "A powerful react search based on pagefind with beautiful UI",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faraasat/next-static-search.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/*.css": "./dist/*.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup && rm -rf dist/*.d.mts",
    "release": "standard-version"
  },
  "keywords": [
    "react",
    "nextjs",
    "next.js",
    "next static search",
    "pagefind",
    "static search",
    "next export",
    "full-text search",
    "client-side search",
    "jamstack search",
    "next.js search",
    "search index",
    "search integration",
    "nextjs blog",
    "nextjs docs",
    "next static site",
    "search component",
    "ssg",
    "static site generator",
    "seo-friendly search"
  ],
  "author": "Farasat Ali <63093876+faraasat@users.noreply.github.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.15",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "standard-version": "^9.5.0",
    "tsup": "^8.5.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
