13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"name": "@gridpilot/automation-infrastructure",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./adapters/*": "./adapters/*.ts",
|
|
"./config/*": "./config/*.ts",
|
|
"./repositories/*": "./repositories/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@gridpilot/automation": "*"
|
|
}
|
|
} |