{
  "name": "@isograph/react-disposable-state",
  "version": "0.5.2",
  "description": "Primitives for managing disposable state in 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"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "18.3.1",
    "react-test-renderer": "^18.2.0",
    "typescript": "5.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isographlabs/isograph.git",
    "directory": "libs/isograph-react-disposable-state"
  },
  "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",
    "note": "WE SHOULD ALSO TEST HERE",
    "tsc": "tsc",
    "tsc-force": "tsc --build --clean && tsc --build --force"
  }
}