{
  "name": "@commercetools-frontend/notifications",
  "version": "27.6.3",
  "description": "A general-purpose notification system built on top of redux",
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/merchant-center-application-kit.git",
    "directory": "packages/notifications"
  },
  "homepage": "https://docs.commercetools.com/merchant-center-customizations",
  "keywords": [
    "javascript",
    "frontend",
    "react",
    "toolkit"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/commercetools-frontend-notifications.cjs.js",
  "module": "dist/commercetools-frontend-notifications.esm.js",
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "^7.22.15",
    "@babel/runtime-corejs3": "^7.22.15"
  },
  "devDependencies": {
    "redux": "5.0.1"
  },
  "peerDependencies": {
    "redux": "4.x || 5.x"
  }
}