sync: update from private repo (402599f)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-04 13:41:33 +00:00
parent 57685d995c
commit c526adddc2
28 changed files with 2092 additions and 2727 deletions
+11 -1
View File
@@ -1,9 +1,14 @@
{
"name": "maestro",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"description": "MAESTRO — Multi-Agent Execution System for Task Routing & Orchestration. A local-first control plane for coordinating AI agents, workers, tools, and gateways.",
"main": "dist/main.js",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "npm run build:server",
"build:server": "bash scripts/generate-version.sh && tsc && npm run copy:assets",
@@ -72,6 +77,11 @@
"supertest": "^7.2.2",
"tsx": "^4.21.0",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"vitest": "^4.1.8"
},
"overrides": {
"exceljs": {
"uuid": "11.1.1"
}
}
}