{
  "name": "@trackunit/translations-device",
  "version": "1.7.35",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "@trackunit/i18n-library-translation": "2.4.20",
    "@graphql-codegen/cli": "^5.0.3",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@trackunit/iris-app-api": "2.4.12"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}