This commit is contained in:
2025-12-16 11:52:26 +01:00
parent ce82b7822b
commit 9a891ac8b3
586 changed files with 1320 additions and 1563 deletions

View File

@@ -1,23 +0,0 @@
{
"name": "@gridpilot/shared",
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"type": "module",
"exports": {
".": "./index.ts",
"./logging": "./logging/index.ts",
"./logging/*": "./logging/*",
"./application": "./application/index.ts",
"./application/*": "./application/*",
"./domain": "./domain/index.ts",
"./domain/*": "./domain/*",
"./errors": "./errors/index.ts",
"./errors/*": "./errors/*",
"./presentation": "./presentation/index.ts",
"./presentation/*": "./presentation/*",
"./result": "./result/index.ts",
"./result/*": "./result/*"
},
"dependencies": {}
}