{ "name": "@openstatus/notification-base", "version": "0.0.1", "description": "Shared types and utilities for OpenStatus notification providers", "main": "src/index.ts", "scripts": { "test": "bun test", "tsc": "tsc" }, "dependencies": { "@openstatus/db": "workspace:*", "@openstatus/regions": "workspace:*" }, "devDependencies": { "@openstatus/tsconfig": "workspace:*", "@types/node": "24.0.8", "bun-types": "1.3.1", "typescript": "5.9.3" }, "keywords": [], "author": "", "license": "ISC" }