-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.08 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.08 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
{
"name": "@aeon-ai-pay/agent-pay",
"version": "0.8.8",
"description": "Agent skill & CLI for AI image generation, paid via x402 protocol with USDT on BSC",
"type": "module",
"bin": {
"agent-pay": "bin/cli.mjs"
},
"files": [
"bin",
"src",
"skills",
"scripts",
"README.md"
],
"scripts": {
"postinstall": "node scripts/postinstall.mjs",
"generate": "node bin/cli.mjs generate",
"wallet": "node bin/cli.mjs wallet",
"release": "node scripts/release.mjs"
},
"dependencies": {
"@aeon-ai-pay/axios": "2.1.2",
"@aeon-ai-pay/evm": "2.1.4",
"@walletconnect/sign-client": "^2.17.0",
"axios": "^1.13.2",
"commander": "^13.0.0",
"qrcode-terminal": "^0.12.0",
"viem": "^2.39.0"
},
"engines": {
"node": ">=25"
},
"keywords": [
"agent-skills",
"x402",
"ai-image",
"image-generation",
"crypto-payment",
"evm",
"bsc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AEON-Project/agent-pay.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}