{
  "artifactDownloadUrl": "https://github.com/hunzhiwange/rustcodegraph/releases/download/v1.2.0",
  "bin": {
    "rustcodegraph": "run-rustcodegraph.js"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "axios-proxy-builder": "^0.1.2",
    "console.table": "^0.10.0",
    "detect-libc": "^2.1.2",
    "rimraf": "^6.0.1"
  },
  "description": "Local-first code intelligence graph and CLI for AI agents",
  "devDependencies": {
    "prettier": "^3.6.2"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://github.com/hunzhiwange/rustcodegraph",
  "license": "MIT",
  "name": "rustcodegraph",
  "preferUnplugged": true,
  "repository": "https://github.com/hunzhiwange/rustcodegraph",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "rustcodegraph-aarch64-apple-darwin.tar.xz",
      "bins": {
        "rustcodegraph": "rustcodegraph"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-pc-windows-gnu": {
      "artifactName": "rustcodegraph-aarch64-pc-windows-msvc.zip",
      "bins": {
        "rustcodegraph": "rustcodegraph.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "rustcodegraph-aarch64-pc-windows-msvc.zip",
      "bins": {
        "rustcodegraph": "rustcodegraph.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "rustcodegraph-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rustcodegraph": "rustcodegraph"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "rustcodegraph-x86_64-apple-darwin.tar.xz",
      "bins": {
        "rustcodegraph": "rustcodegraph"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "rustcodegraph-x86_64-pc-windows-msvc.zip",
      "bins": {
        "rustcodegraph": "rustcodegraph.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "rustcodegraph-x86_64-pc-windows-msvc.zip",
      "bins": {
        "rustcodegraph": "rustcodegraph.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "rustcodegraph-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "rustcodegraph": "rustcodegraph"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "1.2.0",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}