{
  "name": "@opensip-tools/graph-adapter-common",
  "version": "2.13.0",
  "license": "MIT",
  "description": "Shared scaffolding for the tree-sitter graph language adapters (go, java, python, rust)",
  "keywords": [
    "opensip-tools",
    "static-analysis",
    "code-quality",
    "call-graph",
    "tree-sitter"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opensip-ai/opensip-tools.git",
    "directory": "packages/graph/graph-adapter-common"
  },
  "homepage": "https://github.com/opensip-ai/opensip-tools",
  "bugs": {
    "url": "https://github.com/opensip-ai/opensip-tools/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "glob": "^13.0.0",
    "@opensip-tools/core": "2.13.0",
    "@opensip-tools/tree-sitter": "2.13.0",
    "@opensip-tools/graph": "2.13.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "vitest": "^4.1.7"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}