Adds x402 extension for agent payments via USDC on Base (EVM) and Solana (SVM). Tools: - x402_payment: Call paid APIs with automatic USDC payment - x402_discover: Search directory of available paid APIs Directory and telemetry powered by zauth (https://zauthx402.com)
29 lines
570 B
JSON
29 lines
570 B
JSON
{
|
|
"name": "@moltbot/x402",
|
|
"version": "0.1.0",
|
|
"description": "x402 payment protocol integration for Moltbot agents",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"moltbot": {
|
|
"extensions": true
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.32.0",
|
|
"@solana/kit": "^2.1.0",
|
|
"@x402/evm": "^2.2.0",
|
|
"@x402/fetch": "^2.2.0",
|
|
"@x402/svm": "^2.2.0",
|
|
"bs58": "^6.0.0",
|
|
"viem": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"moltbot": "*"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
}
|
|
}
|