{ "name": "@alga-psa/notifications", "version": "0.1.0", "private": true, "main": "./dist/index.mjs", "types": "./src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./actions": { "import": "./src/actions/index.ts", "types": "./src/actions/index.ts" }, "./components": { "import": "./src/components/index.ts", "types": "./src/components/index.ts" }, "./hooks": { "import": "./src/hooks/index.ts", "types": "./src/hooks/index.ts" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@alga-psa/auth": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/event-bus": "*", "@alga-psa/shared": "*", "@alga-psa/types": "*", "@alga-psa/ui": "*", "@alga-psa/user-composition": "*", "@alga-psa/validation": "*", "@alga-psa/workflow-streams": "*", "@alga-psa/workflows": "*" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }