{
  "name": "@opensip-cli/graph-typescript",
  "version": "0.8.5",
  "license": "Apache-2.0",
  "description": "TypeScript language adapter for the opensip graph engine",
  "keywords": [
    "opensip-cli",
    "static-analysis",
    "code-quality",
    "call-graph",
    "dependency-graph",
    "typescript",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opensip-ai/opensip-cli.git",
    "directory": "packages/graph/graph-typescript"
  },
  "homepage": "https://github.com/opensip-ai/opensip-cli",
  "bugs": {
    "url": "https://github.com/opensip-ai/opensip-cli/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "opensipTools": {
    "kind": "graph-adapter",
    "targetDomain": "graph-adapter",
    "targetDomainApiVersion": 1
  },
  "dependencies": {
    "typescript": "~6.0.3",
    "@opensip-cli/core": "0.8.5",
    "@opensip-cli/lang-typescript": "0.8.5",
    "@opensip-cli/graph": "0.8.5"
  },
  "devDependencies": {
    "@types/node": "^24.13.3",
    "vitest": "^4.1.10",
    "@opensip-cli/graph-python": "0.8.5",
    "@opensip-cli/graph-rust": "0.8.5",
    "@opensip-cli/datastore": "0.8.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}