{
  "name": "@eleven-am/notifier",
  "version": "0.0.75",
  "description": "Type-safe state management for React with class-based architecture, selectors, and event handling",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "state management",
    "global state",
    "centralized state",
    "hooks",
    "encapsulation",
    "code organization",
    "reusability",
    "event-based communication",
    "selectors",
    "reactive architecture"
  ],
  "author": "Roy OSSAI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eleven-am/notifier.git"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  }
}