{
  "name": "@salesforce/ui-bundle-template-feature-react-global-search",
  "version": "11.68.1",
  "description": "Global search feature for Salesforce objects with filtering and pagination",
  "license": "SEE LICENSE IN LICENSE.txt",
  "author": "",
  "main": "src/force-app/main/default/uiBundles/feature-react-global-search/src/index.ts",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./src/force-app/main/default/uiBundles/feature-react-global-search/src/index.ts",
      "default": "./src/force-app/main/default/uiBundles/feature-react-global-search/src/index.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "class-variance-authority": "^0.7.1",
    "lucide-react": "^0.468.0",
    "react-dom": "^19.2.1",
    "react-router": "^8.0.0",
    "zod": "^3.24.1"
  },
  "nx": {
    "targets": {
      "build": {
        "executor": "@salesforce/ui-bundle-template-cli:apply-patches"
      },
      "watch": {
        "executor": "@salesforce/ui-bundle-template-cli:watch-patches"
      },
      "build:dist-app": {
        "executor": "@salesforce/ui-bundle-template-cli:build-dist-app"
      },
      "dev": {
        "executor": "@salesforce/ui-bundle-template-cli:dev-server"
      }
    }
  }
}
