Files
gridpilot.gg/core/shared/package.json
2025-12-16 00:57:31 +01:00

23 lines
650 B
JSON

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