{
  "name": "@salesforce/ui-bundle-template-feature-react-search",
  "version": "11.68.0",
  "description": "[Beta] Configuration-driven multi-source search for UI Bundles",
  "license": "SEE LICENSE IN LICENSE.txt",
  "author": "",
  "type": "module",
  "main": "src/force-app/main/default/uiBundles/feature-react-search/src/features/search/index.ts",
  "types": "src/force-app/main/default/uiBundles/feature-react-search/src/features/search/index.ts",
  "exports": {
    ".": {
      "types": "./src/force-app/main/default/uiBundles/feature-react-search/src/features/search/index.ts",
      "import": "./src/force-app/main/default/uiBundles/feature-react-search/src/features/search/index.ts",
      "default": "./src/force-app/main/default/uiBundles/feature-react-search/src/features/search/index.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "!**/__tests__",
    "!**/*.test.*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@radix-ui/react-label": "^2.1.10",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.2.17",
    "class-variance-authority": "^0.7.1",
    "jsdom": "^27.1.0",
    "lucide-react": "^1.20.0",
    "radix-ui": "^1.6.0",
    "react-dom": "^19.2.1",
    "react-router": "^8.0.0",
    "vitest": "^4.1.0"
  },
  "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"
      }
    }
  }
}
