{
  "name": "@meshmakers/octo-services",
  "version": "3.3.950",
  "peerDependencies": {
    "@angular/common": "^21.2.0",
    "@angular/core": "^21.2.0",
    "@meshmakers/shared-auth": "*",
    "@meshmakers/shared-services": "*",
    "apollo-angular": "^13.0.0",
    "tus-js-client": "^4.3.1"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "sideEffects": false,
  "module": "fesm2022/meshmakers-octo-services.mjs",
  "typings": "types/meshmakers-octo-services.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/meshmakers-octo-services.d.ts",
      "default": "./fesm2022/meshmakers-octo-services.mjs"
    }
  },
  "type": "module"
}