{
  "name": "@trackunit/iris-app-runtime-core",
  "version": "1.17.85",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "penpal": "^7.0.6",
    "@trackunit/iris-app-runtime-core-api": "1.16.84"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}