23 lines
650 B
JSON
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": {}
|
|
} |