forked from BankrBot/x402-cli-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 747 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 747 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
{
"name": "x402-cli-example",
"version": "0.1.0",
"description": "CLI example for Bankr SDK with x402 payments",
"main": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.ts"
},
"dependencies": {
"@bankr/sdk": "0.1.0-alpha.8",
"viem": "^2.21.25",
"ora": "^8.1.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
"bun-types": "^1.1.7"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"bankr",
"x402",
"defi",
"cli",
"ai-agent",
"usdc",
"base",
"crypto"
],
"repository": {
"type": "git",
"url": "https://github.com/BankrBot/x402-cli-example.git"
},
"license": "MIT"
}