forked from Merit-Systems/echo
-
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.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 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": "echodex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"echodex": "./dist/index.js"
},
"scripts": {
"start": "tsx src/index.ts",
"dev": "tsx --env-file=.env.local src/index.ts",
"build": "node scripts/build.js",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.19.0",
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.20.6"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.64",
"@clack/prompts": "^0.11.0",
"@merit-systems/ai-x402": "^0.1.3",
"@merit-systems/echo-typescript-sdk": "^1.0.23",
"@types/qrcode-terminal": "^0.12.2",
"@types/react": "^19.2.2",
"@walletconnect/ethereum-provider": "^2.23.0",
"@walletconnect/keyvaluestorage": "^1.1.1",
"ai": "^5.0.89",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"commander": "^14.0.2",
"conf": "^15.0.2",
"dotenv": "^16.4.7",
"ink": "^6.4.0",
"keytar": "^7.9.0",
"open": "^10.2.0",
"ora": "^9.0.0",
"pino": "^10.1.0",
"qrcode-terminal": "^0.12.0",
"react": "^19.2.0",
"viem": "^2.38.6",
"x402": "0.6.6",
"zod": "^4.1.12"
}
}