{
  "name": "@wellesley/notifications",
  "license": "UNLICENSED",
  "main": "index.mjs",
  "files": [
    "*",
    "!.*",
    "!*.map"
  ],
  "module": "index.ts",
  "version": "1.0.55",
  "devDependencies": {
    "eslint-config": "^1.0.0",
    "prettier-config": "^1.0.0",
    "tsconfig": "^1.0.0"
  },
  "scripts": {
    "build": "tsc && vite build",
    "update:version": "sh ../scripts/package.version.sh",
    "deploy": "sh ../scripts/package.publish.sh"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.1.0",
    "@wellesley/openapi": "^1.0.0",
    "react-redux": "^9.1.0"
  }
}
