kanoniv-agent-auth 0.3.0

Sudo for AI agents - cryptographic delegation, Ed25519 identity, and signed audit trails
Documentation
{
  "name": "@kanoniv/agent-auth",
  "version": "0.4.0",
  "description": "Cryptographic identity and delegation for AI agents - Ed25519 keypairs, DIDs, delegation chains, MCP auth",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "kanoniv-agent-auth": "dist/cli.js",
    "agent-auth": "dist/cli.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node --test dist/test/*.js",
    "pretest": "tsc",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "agent",
    "identity",
    "cryptography",
    "did",
    "ed25519",
    "kanoniv"
  ],
  "author": "Kanoniv",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kanoniv/agent-auth"
  },
  "homepage": "https://kanoniv.com",
  "dependencies": {
    "@noble/ed25519": "^2.1.0",
    "@noble/hashes": "^1.5.0",
    "@scure/base": "^2.0.0",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/uuid": "^10.0.0",
    "typescript": "^5.6.0"
  }
}