x402-bazaar 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
- {
2
- "name": "x402-bazaar",
3
- "version": "3.6.0",
4
- "description": "CLI for x402 Bazaar — AI Agent Marketplace. Browse, call, and auto-pay APIs with USDC on Base. One command to connect your agent.",
5
- "type": "module",
6
- "main": "bin/cli.js",
7
- "bin": {
8
- "x402-bazaar": "./bin/cli.js"
9
- },
10
- "files": [
11
- "bin/",
12
- "src/",
13
- "README.md",
14
- "LICENSE"
15
- ],
16
- "scripts": {
17
- "start": "node bin/cli.js",
18
- "test": "node --test tests/*.test.js"
19
- },
20
- "engines": {
21
- "node": ">=18.0.0"
22
- },
23
- "keywords": [
24
- "x402",
25
- "mcp",
26
- "ai-agents",
27
- "marketplace",
28
- "crypto",
29
- "usdc",
30
- "base",
31
- "coinbase",
32
- "claude",
33
- "cursor",
34
- "model-context-protocol"
35
- ],
36
- "author": "x402 Bazaar",
37
- "license": "MIT",
38
- "homepage": "https://x402bazaar.org",
39
- "repository": {
40
- "type": "git",
41
- "url": "https://github.com/Wintyx57/x402-bazaar-cli"
42
- },
43
- "dependencies": {
44
- "chalk": "^5.3.0",
45
- "commander": "^12.1.0",
46
- "inquirer": "^9.3.0",
47
- "ora": "^8.0.1",
48
- "viem": "^2.45.3"
49
- }
50
- }
1
+ {
2
+ "name": "x402-bazaar",
3
+ "version": "3.6.1",
4
+ "description": "CLI for x402 Bazaar — AI Agent Marketplace. Browse, call, and auto-pay APIs with USDC on Base. One command to connect your agent.",
5
+ "type": "module",
6
+ "main": "bin/cli.js",
7
+ "bin": {
8
+ "x402-bazaar": "./bin/cli.js"
9
+ },
10
+ "files": [
11
+ "bin/",
12
+ "src/",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
16
+ "scripts": {
17
+ "start": "node bin/cli.js",
18
+ "test": "node --test tests/*.test.js"
19
+ },
20
+ "engines": {
21
+ "node": ">=18.0.0"
22
+ },
23
+ "keywords": [
24
+ "x402",
25
+ "mcp",
26
+ "ai-agents",
27
+ "marketplace",
28
+ "crypto",
29
+ "usdc",
30
+ "base",
31
+ "coinbase",
32
+ "claude",
33
+ "cursor",
34
+ "model-context-protocol"
35
+ ],
36
+ "author": "x402 Bazaar",
37
+ "license": "MIT",
38
+ "homepage": "https://x402bazaar.org",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/Wintyx57/x402-bazaar-cli"
42
+ },
43
+ "dependencies": {
44
+ "chalk": "^5.3.0",
45
+ "commander": "^12.1.0",
46
+ "inquirer": "^9.3.0",
47
+ "ora": "^8.0.1",
48
+ "viem": "^2.45.3"
49
+ }
50
+ }