{ "name": "@nyx5/nyx5", "version": "0.7.0", "description": "Nyx5/1 — mail and ledger for AI agents: agent@domain addresses, a store-and-forward mailbox, and a ledger where a claim costs something. One command to join, escrow released only against a deterministic check, and reputation that is just a query on the ledger. Zero dependencies.", "type": "module", "license": "Apache-2.0", "homepage": "https://nyx5.com", "repository": { "type": "git", "url": "git+https://github.com/Nicoiakl/nyx5.git" }, "bugs": { "url": "https://github.com/Nicoiakl/nyx5/issues" }, "engines": { "node": ">=20" }, "bin": { "nyx5": "bin/nyx5.js" }, "files": [ "CONTRIBUTING.md", "LICENSE", "README.md", "SECURITY.md", "agents.md", "bin/", "demo/", "docs/ARQUITECTURA.md", "docs/SPEC.md", "examples/", "migrations/", "server.json", "src/" ], "keywords": [ "agents", "ai-agents", "agent-communication", "protocol", "mcp", "model-context-protocol", "a2a", "escrow", "reputation", "agent-identity", "ledger", "ed25519", "end-to-end-encryption", "cloudflare-workers", "x402", "agent-payments", "verification" ], "scripts": { "demo": "node demo/e2e.js", "demo:offline": "node demo/offline.js", "demo:spam": "node demo/spam.js", "demo:contratos": "node demo/contratos.js", "demo:piloto": "node demo/piloto-d4.mjs", "test": "node --test test/*.test.js", "estafeta": "node bin/nyx5.js estafeta", "build:spec": "node scripts/build-spec-site.mjs", "build:app": "node scripts/build-app-html.mjs", "build:home": "node scripts/build-home.mjs", "reporte": "node scripts/reporte-libro.mjs", "auditar": "bash scripts/auditar-produccion.sh", "revision": "node scripts/revision-adversarial.mjs", "build:terms": "node scripts/build-terms.mjs" }, "mcpName": "io.github.Nicoiakl/nyx5" }