agentic-payments 0.1.0

Autonomous multi-agent Ed25519 signature verification with Byzantine fault tolerance
Documentation
{
  "name": "agentic-payments-wasm-examples",
  "version": "0.1.0",
  "description": "WebAssembly examples for agentic-payments",
  "type": "module",
  "scripts": {
    "build": "wasm-pack build ../.. --target web --out-dir examples/wasm/pkg",
    "build:nodejs": "wasm-pack build ../.. --target nodejs --out-dir examples/wasm/pkg-node",
    "build:bundler": "wasm-pack build ../.. --target bundler --out-dir examples/wasm/pkg-bundler",
    "build:all": "npm run build && npm run build:nodejs && npm run build:bundler",
    "serve": "python3 -m http.server 8080",
    "test:browser": "npm run build && npm run serve",
    "test:node": "npm run build:nodejs && node node-example.js"
  },
  "devDependencies": {
    "wasm-pack": "^0.12.1"
  },
  "keywords": [
    "wasm",
    "ed25519",
    "signatures",
    "cryptography",
    "agents"
  ],
  "author": "Agentic Catalog Team",
  "license": "MIT OR Apache-2.0"
}