{
  "name": "@trackunit/react-core-hooks",
  "version": "1.21.16",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "es-toolkit": "^1.39.10",
    "@trackunit/iris-app-runtime-core": "1.18.22",
    "@trackunit/iris-app-runtime-core-api": "1.17.22",
    "@trackunit/react-core-contexts-api": "1.18.22",
    "zod": "^3.25.76"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}