Files
gridpilot.gg/packages/automation/package.json
2025-12-04 11:54:42 +01:00

13 lines
291 B
JSON

{
"name": "@gridpilot/automation",
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"type": "module",
"exports": {
"./domain/*": "./domain/*",
"./application/*": "./application/*",
"./infrastructure/*": "./infrastructure/*"
},
"dependencies": {}
}