mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
f065e6aeb4
* fix(maestro): align label metadata ownership * fix(maestro): centralize command label parsing * test(maestro): cover runFlow label ownership
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "@agent-device/maestro",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"description": "Private Maestro compatibility engine for agent-device.",
|
|
"dependencies": {
|
|
"@agent-device/contracts": "workspace:*",
|
|
"@agent-device/kernel": "workspace:*",
|
|
"@agent-device/selectors": "workspace:*",
|
|
"yaml": "^2.9.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
}
|
|
}
|