-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "agent402",
"version": "1.0.0",
"private": true,
"description": "Agent402.Tools - the open-source, self-hostable x402 + MCP server: 500+ tools + 100+ skill packs for AI agents, plus a pay-per-crawl tollbooth. Run free, or charge per call over x402 (USDC on Base, Solana, Polygon, Arbitrum, Monad, Celo, Avalanche, Sei, Optimism, Stellar & Algorand - plus USDG on Robinhood Chain). 12 chains supported.",
"main": "src/server.js",
"engines": {
"node": ">=22.22.2"
},
"scripts": {
"test": "node scripts/test-kit2.js && node scripts/test-convert.js && node scripts/test-memory.js",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MikeyPetrillo/Agent402.git"
},
"homepage": "https://agent402.tools",
"keywords": [
"x402",
"mcp",
"mcp-server",
"model-context-protocol",
"stablecoin",
"ai-agents",
"llm-tools",
"ai-tools",
"self-hosted",
"claude",
"openai",
"agents",
"ai",
"payments",
"usdc",
"base",
"http-402",
"tools",
"micropayments",
"proof-of-work",
"pay-per-crawl",
"tollbooth",
"agent402",
"solana",
"polygon",
"arbitrum",
"robinhood-chain",
"usdg",
"multi-chain",
"stellar",
"monad",
"celo",
"avalanche",
"sei",
"optimism",
"algorand"
],
"author": "Havok Holdings LLC <mike@agent402.tools> (https://agent402.tools)",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"@coinbase/x402": "^2.1.0",
"@e2b/code-interpreter": "^2.7.0",
"@modelcontextprotocol/sdk": "^1.30.0",
"@mozilla/readability": "^0.6.0",
"@payai/facilitator": "^2.4.4",
"@sentry/node": "^10.69.0",
"@x402/avm": "^2.18.0",
"@x402/evm": "^2.16.0",
"@x402/express": "^2.16.0",
"@x402/fetch": "^2.16.0",
"@x402/stellar": "^2.17.0",
"@x402/svm": "^2.16.0",
"@zxing/library": "^0.21.3",
"algosdk": "^3.6.0",
"better-sqlite3": "^12.11.1",
"compression": "^1.8.1",
"express": "^5.2.1",
"gpt-tokenizer": "^3.4.0",
"jimp": "^1.6.1",
"jpeg-js": "^0.4.4",
"js-sha3": "^0.12.0",
"js-yaml": "^5.2.2",
"jsdom": "^30.0.1",
"jsqr": "^1.4.0",
"marked": "^18.0.7",
"mppx": "^0.8.14",
"music-metadata": "^11.14.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"pg": "^8.22.0",
"playwright": "^1.62.1",
"pngjs": "^7.0.0",
"posthog-node": "^5.46.1",
"qrcode": "^1.5.4",
"redis": "^4.7.0",
"tesseract.js": "^5.1.1",
"turndown": "^7.2.4"
},
"overrides": {
"form-data": "4.0.6",
"ws": "8.21.0",
"tar": "7.5.22",
"axios": "1.18.1",
"fast-uri": "3.1.4",
"brace-expansion": "5.0.8",
"body-parser": "2.3.0",
"hono": "4.12.32",
"@hono/node-server": "2.0.12"
}
}