Files
nexusAI/package.json
2026-04-03 06:03:17 -07:00

17 lines
384 B
JSON

{
"name": "loom",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"memory": "npm -w packages/memory-service start",
"embedding": "npm -w packages/embedding-service start",
"inference": "npm -w packages/inference-service start",
"orchestration": "npm -w packages/orchestration-service start"
},
"engines": {
"node": ">=22.0.0"
}
}