{
  "type": "module",
  "name": "@open-pioneer/notifier",
  "version": "4.8.0",
  "description": "Provides support for application-wide notifications.",
  "keywords": [
    "open-pioneer-trails"
  ],
  "homepage": "https://github.com/open-pioneer",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-pioneer/trails-core-packages",
    "directory": "src/packages/notifier"
  },
  "dependencies": {
    "@chakra-ui/react": "^3.37.0",
    "@open-pioneer/core": "4.8.0",
    "@open-pioneer/react-utils": "4.8.0",
    "@open-pioneer/runtime": "4.8.0",
    "react": "^19.3.0",
    "react-icons": "^5.7.0"
  },
  "publishConfig": {
    "directory": "dist",
    "linkDirectory": false
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    },
    "./services": {
      "import": "./services.js",
      "types": "./services.d.ts"
    }
  },
  "openPioneerFramework": {
    "services": [
      {
        "serviceName": "NotificationServiceImpl",
        "provides": [
          {
            "interfaceName": "notifier.NotificationService"
          }
        ],
        "references": []
      }
    ],
    "servicesModule": "./services",
    "i18n": {
      "languages": [
        "en",
        "de"
      ]
    },
    "ui": {
      "references": [
        {
          "type": "unique",
          "interfaceName": "notifier.NotificationService"
        }
      ]
    },
    "properties": [
      {
        "propertyName": "position",
        "defaultValue": "top-right",
        "required": false
      },
      {
        "propertyName": "offsets",
        "defaultValue": null,
        "required": false
      }
    ],
    "packageFormatVersion": "1.0.1"
  }
}