You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The official command-line interface for the PayNode protocol. Designed for AI Agents to execute stateless micro-payments via HTTP 402.",
"type": "module",
"main": "./index.ts",
"bin": {
"paynode-402": "index.ts"
},
"keywords": [
"paynode",
"x402",
"payment-required",
"web3",
"bun",
"cli",
"agent"
],
"author": "PayNode Labs",
"license": "MIT",
"scripts": {
"test": "bun test",
"build": "echo 'No build required for Bun' && exit 0"