alpha wip
This commit is contained in:
13
packages/automation-infrastructure/package.json
Normal file
13
packages/automation-infrastructure/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@gridpilot/automation-infrastructure",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./adapters/*": "./adapters/*.ts",
|
||||
"./config/*": "./config/*.ts",
|
||||
"./repositories/*": "./repositories/*.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gridpilot/automation-domain": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user