Files
gridpilot.gg/packages/social/package.json
2025-12-04 11:54:42 +01:00

10 lines
216 B
JSON

{
"name": "@gridpilot/social",
"version": "0.1.0",
"type": "module",
"exports": {
"./domain/*": "./domain/*",
"./application/*": "./application/*",
"./infrastructure/*": "./infrastructure/*"
}
}