{"_id":"@aegntic/agentmint","name":"@aegntic/agentmint","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"@aegntic/agentmint","version":"1.0.1","description":"A2A payment infrastructure for AI agents","main":"index.js","types":"index.d.ts","exports":{".":"./index.js"},"scripts":{"build":"node --check index.js","start":"node server.js","test":"node --test"},"keywords":["ai","agents","payments","crypto","a2a","stripe"],"author":{"name":"ClawReform"},"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/aegntic/agentmint.git"},"homepage":"https://github.com/aegntic/agentmint#readme","bugs":{"url":"https://github.com/aegntic/agentmint/issues"},"engines":{"node":">=18"},"dependencies":{"express":"^4.18.2","stripe":"^14.25.0"},"devDependencies":{"@types/express":"^4.17.21","@types/node":"^20.10.0"},"_id":"@aegntic/agentmint@1.0.1","gitHead":"8d395b3ddf46662c5cd074c9970ffafb3436dccb","_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"integrity":"sha512-8tCiuBKcq+yT7XApDvYW2jhqLD//8E1q8l/vf59PiNRetJnTLEfXYGhIXR/4/qVm12bjjy3SHFCjkceuVPSEwA==","shasum":"2a865fb6d5155b40d457eb716675920af62a924b","tarball":"https://registry.npmjs.org/@aegntic/agentmint/-/agentmint-1.0.1.tgz","fileCount":5,"unpackedSize":12236,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFE/kAdP7W2a1d4N2KrcGGw/agRa8wn0/ZRuOhCInifxAiEAqMy8W4qk/ZCnbgynqHgyZi3rNxzQ9kMICUW4JfMrqGQ="}]},"_npmUser":{"name":"catface","email":"catface@aegntic.ai"},"directories":{},"maintainers":[{"name":"catface","email":"catface@aegntic.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/agentmint_1.0.1_1774265974543_0.11830484539054598"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-23T11:39:34.419Z","1.0.1":"2026-03-23T11:39:34.680Z","modified":"2026-03-23T11:39:34.936Z"},"maintainers":[{"name":"catface","email":"catface@aegntic.ai"}],"description":"A2A payment infrastructure for AI agents","homepage":"https://github.com/aegntic/agentmint#readme","keywords":["ai","agents","payments","crypto","a2a","stripe"],"repository":{"type":"git","url":"git+https://github.com/aegntic/agentmint.git"},"author":{"name":"ClawReform"},"bugs":{"url":"https://github.com/aegntic/agentmint/issues"},"license":"MIT","readme":"# AgentMint\n\n> One-click A2A payment infrastructure for AI agents\n\n## Quick Start\n\n```bash\nnpm install @aegntic/agentmint\n```\n\n```javascript\nconst { AgentPayment } = require('@aegntic/agentmint');\n\nconst payment = new AgentPayment({ \n  wallet: '0x742d...',\n  acceptedTokens: ['USDC', 'ETH', 'USD', 'AUD']\n});\n\napp.use('/payments', payment.middleware());\n```\n\n## Endpoints\n\n| Method | Endpoint | Description |\n|--------|----------|-------------|\n| POST | /payments/pay | Request payment |\n| POST | /payments/webhook | Stripe webhook |\n| GET | /payments/card | Generate payment link |\n| GET | /payments/revenue | Revenue stats |\n\n## Notes\n\n- `USDC`, `USD`, and `AUD` are supported in Stripe mode.\n- `ETH` is supported in crypto-only mode and returns direct wallet payment instructions.\n- Stripe webhooks require the raw request body, which AgentMint handles internally on `/payments/webhook`.\n- The `/health` route exists in the demo server at [server.js](/Users/iamcatface/agentmint/server.js), not in the exported middleware itself.\n","readmeFilename":"README.md","_rev":"1-cf564cb9ba61710cc40f4e0d017b85cc"}