{
  "name": "openfin-notifications",
  "version": "2.12.6",
  "description": "Client library for the Openfin Notifications Center",
  "main": "dist/client/openfin-notifications.js",
  "types": "dist/client/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/client/index.d.ts",
      "default": "./dist/client/openfin-notifications.js"
    },
    "./without-auto-launch": {
      "types": "./dist/client/without-auto-launch.d.ts",
      "default": "./dist/client/without-auto-launch.js"
    },
    "./dist/client/without-auto-launch": {
      "types": "./dist/client/without-auto-launch.d.ts",
      "default": "./dist/client/without-auto-launch.js"
    }
  },
  "files": [
    "dist/client/*"
  ],
  "author": "Openfin",
  "license": "SEE LICENSE IN LICENSE.MD",
  "homepage": "https://developers.openfin.co/docs/notifications-api",
  "peerDependencies": {
    "@openfin/core": "42.103.4"
  },
  "dependencies": {
    "openfin-service-async": "^1.0.1",
    "openfin-service-signal": "^1.0.0",
    "react": "^18.3.1",
    "semver-compare": "^1.0.0",
    "styled-components": "^5.3.11"
  }
}