{
  "name": "@commonalityco/utils-graph",
  "description": "Cytoscape graph manipulation functions that enable interactivity",
  "version": "0.0.12",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js"
  },
  "dependencies": {
    "cytoscape-dagre": "^2.5.0",
    "cytoscape-popper": "^2.0.0",
    "lodash.uniqby": "^4.7.0"
  },
  "devDependencies": {
    "@types/cytoscape": "^3.19.11",
    "@types/cytoscape-dagre": "^2.3.1",
    "@types/cytoscape-popper": "^2.0.1",
    "@types/lodash.uniqby": "^4.7.7",
    "cytoscape": "^3.26.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.2.2",
    "@commonalityco/config-tsconfig": "0.0.11",
    "@commonalityco/types": "0.0.14",
    "@commonalityco/utils-core": "0.0.11",
    "eslint-config-commonality": "^0.0.9"
  },
  "license": "MIT",
  "peerDependencies": {
    "@commonalityco/utils-core": "*",
    "cytoscape": "3.x",
    "react": ">=17",
    "react-dom": ">=17"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "type-check": "tsc --noEmit"
  }
}