-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "1.1.6",
"private": true,
"workspaces": [
"sofagent/harness",
"sofagent/ontology",
"sofagent/eval",
"sofagent/core",
"sofagent/think",
"sofagent/audit",
"sofagent/orchestrator",
"sofagent/daemon",
"sofagent/ab-test",
"sofagent/workflow-hub",
"sofagent/skillopt",
"sofagent/mcp"
],
"scripts": {
"test": "npm test --workspaces --if-present",
"build": "npm run build --workspace=sofagent/harness && npm run build --workspace=sofagent/ontology && npm run build --workspace=sofagent/eval && npm run build --workspace=sofagent/core && npm run build --workspace=sofagent/think && npm run build --workspace=sofagent/audit && npm run build --workspace=sofagent/orchestrator && npm run build --workspace=sofagent/daemon && npm run build --workspace=sofagent/ab-test && npm run build --workspace=sofagent/workflow-hub && npm run build --workspace=sofagent/skillopt && npm run build --workspace=sofagent/mcp"
}
}