{
  "artifactDownloadUrls": [
    "https://github.com/reflex-search/reflex/releases/download/v1.6.0"
  ],
  "author": "Reflex Contributors",
  "bin": {
    "rfx": "run-rfx.js"
  },
  "dependencies": {
    "axios": "^1.13.5",
    "axios-proxy-builder": "^0.1.2",
    "console.table": "^0.10.0",
    "detect-libc": "^2.1.2",
    "rimraf": "^6.1.3"
  },
  "description": "A local-first, structure-aware code search engine for AI agents",
  "devDependencies": {
    "prettier": "^3.8.1"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/reflex-search/reflex",
  "license": "MIT OR Apache-2.0",
  "name": "reflex-search",
  "preferUnplugged": true,
  "repository": "https://github.com/reflex-search/reflex",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "reflex-search-aarch64-apple-darwin.tar.xz",
      "bins": {
        "rfx": "rfx"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "reflex-search-x86_64-pc-windows-msvc.zip",
      "bins": {
        "rfx": "rfx.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "reflex-search-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rfx": "rfx"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "reflex-search-x86_64-apple-darwin.tar.xz",
      "bins": {
        "rfx": "rfx"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "reflex-search-x86_64-pc-windows-msvc.zip",
      "bins": {
        "rfx": "rfx.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "reflex-search-x86_64-pc-windows-msvc.zip",
      "bins": {
        "rfx": "rfx.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "reflex-search-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rfx": "rfx"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "1.6.0",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}