{
  "name": "@trackunit/custom-field-api",
  "version": "2.9.30",
  "engines": {
    "node": ">=24.x"
  },
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {
    "@graphql-codegen/cli": "^5.0.3",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@trackunit/iris-app-build-utilities": "2.4.18",
    "@trackunit/iris-app-api": "2.4.12",
    "@trackunit/react-core-contexts-test": "1.18.25",
    "@trackunit/shared-utils": "1.16.22",
    "@trackunit/react-core-hooks": "1.21.19",
    "@trackunit/iris-app-runtime-core": "1.18.25",
    "@trackunit/iris-app-runtime-core-api": "1.17.25",
    "@trackunit/react-graphql-hooks": "2.6.18"
  },
  "peerDependencies": {
    "@apollo/client": "^3.13.8",
    "@tanstack/react-router": "^1.114.29",
    "graphql": "^16.10.0",
    "react": "^19.0.0"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}