{ "name": "@clipboard-health/notifications", "version": "3.8.14", "description": "Send notifications through third-party providers.", "keywords": [], "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ClipboardHealth/core-utils.git", "directory": "packages/notifications" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@clipboard-health/background-jobs-adapter": "2.5.13", "@clipboard-health/phone-number": "2.6.14", "@clipboard-health/util-ts": "5.8.9", "@knocklabs/node": "1.32.0", "tslib": "2.8.1" }, "devDependencies": { "@clipboard-health/testing-core": "2.6.14", "type-fest": "5.6.0", "vitest": "4.1.7" } }