{
  "name": "@trackunit/iris-app-runtime-core-api",
  "version": "1.17.22",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "@graphql-typed-document-node/core": "^3.2.0",
    "@trackunit/shared-utils": "1.16.20",
    "@trackunit/geo-json-utils": "1.15.19"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}