{
  "name": "@isograph/react",
  "version": "0.5.2",
  "description": "Use Isograph with React",
  "homepage": "https://isograph.dev",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "Isograph Labs",
  "license": "MIT",
  "dependencies": {
    "@isograph/disposable-types": "0.5.2",
    "@isograph/reference-counted-pointer": "0.5.2",
    "@isograph/react-disposable-state": "0.5.2"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.24.7",
    "@types/react": "18.3.1",
    "react-test-renderer": "^18.2.0",
    "typescript": "5.6.3",
    "vite-plugin-babel": "^1.2.0",
    "vite-plugin-commonjs": "^0.10.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isographlabs/isograph.git",
    "directory": "libs/isograph-react"
  },
  "sideEffects": false,
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "compile-libs": "tsdown",
    "watch-libs": "tsdown --watch",
    "test": "vitest run",
    "test-watch": "vitest watch",
    "coverage": "vitest run --coverage",
    "tsc": "tsc",
    "tsc-force": "tsc --build --clean && tsc --build --force",
    "iso": "../../target/debug/isograph_cli --config ./isograph.config.json"
  }
}