-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 855 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 855 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
{
"name": "aurora-treasury",
"version": "1.0.0",
"description": "Autonomous AI Treasury Agent — multi-chain wallet management powered by WDK + Claude AI",
"type": "module",
"main": "src/agent.js",
"scripts": {
"start": "node src/agent.js",
"api": "node src/api.js",
"demo": "node src/demo.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"keywords": [
"wdk",
"tether",
"ai",
"autonomous",
"treasury",
"wallet",
"multi-chain"
],
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@tetherto/wdk": "^1.0.0-beta.6",
"@tetherto/wdk-protocol-swap-velora-evm": "^1.0.0-beta.4",
"@tetherto/wdk-wallet-evm": "^1.0.0-beta.8",
"@tetherto/wdk-wallet-solana": "^1.0.0-beta.5",
"dotenv": "^17.3.1",
"express": "^5.2.1"
}
}