-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 932 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 932 Bytes
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
{
"name": "402bot",
"version": "0.4.0",
"description": "402.bot CLI powered by x402-proxy",
"type": "module",
"bin": {
"402bot": "./index.js"
},
"files": [
"index.js",
"runtime.js",
"README.md"
],
"keywords": [
"402bot",
"x402",
"mcp",
"base",
"usdc",
"cli"
],
"homepage": "https://github.com/sam00101011/402bot-cli",
"bugs": {
"url": "https://github.com/sam00101011/402bot-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sam00101011/402bot-cli.git"
},
"publishConfig": {
"access": "public"
},
"license": "UNLICENSED",
"dependencies": {
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@scure/base": "^2.0.0",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"viem": "^2.47.0",
"x402-proxy": "^0.4.1",
"yaml": "^2.8.2"
},
"engines": {
"node": ">=22.0.0"
}
}