{
  "name": "@edmondfrank/probe-linux-x64",
  "version": "1.0.1-rc2",
  "description": "Probe CLI binary for linux-x64",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buger/probe.git"
  },
  "keywords": [
    "probe",
    "code-search",
    "search",
    "ast",
    "code-analysis",
    "ai",
    "llm",
    "tools"
  ],
  "author": "buger",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/buger/probe/issues"
  },
  "homepage": "https://github.com/buger/probe#readme",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "bin": {
    "probe": "probe"
  },
  "files": [
    "probe"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
