{ "name": "@gridpilot/notifications", "version": "0.1.0", "type": "module", "exports": { "./domain/*": "./domain/*", "./application": "./application/index.ts", "./application/*": "./application/*", "./infrastructure": "./infrastructure/index.ts", "./infrastructure/*": "./infrastructure/*" }, "dependencies": { "uuid": "^11.0.5" }, "devDependencies": { "@types/uuid": "^10.0.0" } }