15 lines
451 B
JSON
15 lines
451 B
JSON
{
|
|
"name": "@gridpilot/automation",
|
|
"version": "0.1.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
"./domain/*": "./domain/*",
|
|
"./application/*": "./application/*",
|
|
"./infrastructure/adapters/automation": "./infrastructure/adapters/automation/index.ts",
|
|
"./infrastructure/config": "./infrastructure/config/index.ts",
|
|
"./infrastructure/*": "./infrastructure/*"
|
|
},
|
|
"dependencies": {}
|
|
} |