{
  "name": "@colbymchenry/codegraph",
  "version": "1.1.1",
  "description": "Local-first code intelligence for AI agents (MCP). Self-contained — bundles its own runtime.",
  "bin": {
    "codegraph": "npm-shim.js"
  },
  "main": "npm-sdk.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./npm-sdk.js"
    },
    "./package.json": "./package.json"
  },
  "optionalDependencies": {
    "@colbymchenry/codegraph-darwin-arm64": "1.1.1",
    "@colbymchenry/codegraph-darwin-x64": "1.1.1",
    "@colbymchenry/codegraph-linux-arm64": "1.1.1",
    "@colbymchenry/codegraph-linux-x64": "1.1.1",
    "@colbymchenry/codegraph-win32-arm64": "1.1.1",
    "@colbymchenry/codegraph-win32-x64": "1.1.1"
  },
  "files": [
    "npm-shim.js",
    "npm-sdk.js",
    "dist",
    "README.md"
  ],
  "license": "MIT"
}
