{
  "name": "@trackunit/iris-app-oem-api",
  "version": "2.4.50",
  "license": "SEE LICENSE IN LICENSE.txt",
  "repository": "https://github.com/Trackunit/manager",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "@trackunit/iris-app-api": "2.6.7",
    "tslib": "^2.6.2"
  },
  "migrations": "./migrations.json",
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}