Files
gridpilot.gg/packages/notifications/package.json
2025-12-09 22:22:06 +01:00

18 lines
427 B
JSON

{
"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"
}
}