-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.18 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "five-minute-challenge",
"version": "1.0.0",
"description": "Benchmark harness planning repo for Filecoin Cloud agent onboarding runs",
"scripts": {
"benchmark:cycle": "./bin/run-local-cycle.sh",
"benchmark:publish": "./bin/publish-latest-run.sh",
"benchmark:local": "./bin/run-benchmark.sh",
"benchmark:manual": "./run.sh",
"benchmark:alerts": "node scripts/check-alerts.mjs --repo-root . --feed dashboard/local-feed.json --output alerts/latest-alerts.json",
"benchmark:validate": "node scripts/validate-run.mjs",
"dashboard:feed": "node scripts/build-dashboard-feed.mjs --repo-root .",
"dashboard:generate": "./bin/generate-dashboard.sh",
"dashboard:ui-sync": "./bin/sync-dashboard-ui.sh",
"dashboard:dev": "./bin/dev-dashboard.sh",
"dashboard:publish": "./bin/publish-dashboard-latest.sh",
"dashboard:republish-history": "./bin/republish-dashboard-history.sh",
"dashboard:reset": "./bin/reset-dashboard-registry.sh",
"dashboard:up": "./bin/up-dashboard-app.sh"
},
"dependencies": {
"@filoz/synapse-sdk": "^0.38.0",
"viem": "^2.47.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}