{
  "name": "@blockprotocol/graph",
  "version": "0.4.3",
  "description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications",
  "keywords": [
    "blockprotocol",
    "blocks",
    "graph"
  ],
  "homepage": "https://blockprotocol.org",
  "bugs": {
    "url": "https://github.com/blockprotocol/blockprotocol/issues"
  },
  "license": "MIT",
  "author": {
    "name": "HASH",
    "url": "https://hash.ai"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:blockprotocol/blockprotocol.git",
    "directory": "libs/@blockprotocol/graph"
  },
  "type": "module",
  "types": "./dist/main.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/main.d.ts"
      ],
      "codegen": [
        "./dist/codegen.d.ts"
      ],
      "custom-element": [
        "./dist/custom-element.d.ts"
      ],
      "graph-module-json": [
        "./dist/graph-module-json.d.ts"
      ],
      "internal": [
        "./dist/internal.d.ts"
      ],
      "react": [
        "./dist/react.d.ts"
      ],
      "stdlib": [
        "./dist/stdlib.d.ts"
      ]
    }
  },
  "exports": {
    ".": "./dist/main.js",
    "./codegen": "./dist/codegen.js",
    "./custom-element": "./dist/custom-element.js",
    "./graph-module-json": "./dist/graph-module-json.js",
    "./internal": "./dist/internal.js",
    "./react": "./dist/react.js",
    "./stdlib": "./dist/stdlib.js"
  },
  "scripts": {
    "build": "rimraf dist && tsc --build tsconfig.build.json",
    "fix:eslint": "eslint --fix .",
    "lint:eslint": "eslint --report-unused-disable-directives .",
    "lint:tsc": "tsc --noEmit",
    "postpublish": "PACKAGE_DIR=$(pwd) yarn workspace @local/repo-chores exe scripts/postpublish.ts",
    "prepublishOnly": "turbo run build && tsx scripts/prepublish.ts"
  },
  "dependencies": {
    "@blockprotocol/core": "0.1.5",
    "@blockprotocol/type-system": "^0.2.2",
    "ajv": "8.18.0",
    "ajv-formats": "3.0.1",
    "json-schema-to-typescript": "15.0.4",
    "lit": "2.8.0",
    "lodash.isequal": "4.5.0",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  }
}
