Openstatus
www.openstatus.dev
1{
2 "name": "@openstatus/notification-slack",
3 "version": "0.0.0",
4 "main": "src/index.ts",
5 "scripts": {
6 "test": "bun test",
7 "tsc": "tsc"
8 },
9 "dependencies": {
10 "@openstatus/db": "workspace:*",
11 "@openstatus/notification-base": "workspace:*",
12 "zod": "4.1.13"
13 },
14 "devDependencies": {
15 "@openstatus/tsconfig": "workspace:*",
16 "@types/node": "24.0.8",
17 "bun-types": "1.3.1",
18 "typescript": "5.9.3"
19 }
20}