memtrust-cli
Advanced tools
+7
-7
| { | ||
| "name": "memtrust-cli", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "description": "npx-runnable wrapper for the memtrust agent-memory benchmark harness. Bootstraps a verified copy of Astral's uv to fetch and run memtrust from PyPI -- no Python toolchain to provision by hand.", | ||
@@ -19,9 +19,9 @@ "bin": { "memtrust-cli": "bin/memtrust.js", "memtrust": "bin/memtrust.js" }, | ||
| "optionalDependencies": { | ||
| "@memtrust-cli/darwin-x64": "0.1.0", | ||
| "@memtrust-cli/darwin-arm64": "0.1.0", | ||
| "@memtrust-cli/linux-x64": "0.1.0", | ||
| "@memtrust-cli/linux-arm64": "0.1.0", | ||
| "@memtrust-cli/win32-x64": "0.1.0", | ||
| "@memtrust-cli/win32-arm64": "0.1.0" | ||
| "@memtrust-cli/darwin-x64": "^0.1.1", | ||
| "@memtrust-cli/darwin-arm64": "^0.1.1", | ||
| "@memtrust-cli/linux-x64": "^0.1.1", | ||
| "@memtrust-cli/linux-arm64": "^0.1.1", | ||
| "@memtrust-cli/win32-x64": "^0.1.1", | ||
| "@memtrust-cli/win32-arm64": "^0.1.1" | ||
| } | ||
| } |
16315
0.04%