-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "yield-kernel",
"version": "1.0.0",
"description": "YieldKernel: Autonomous DeFi yield optimization agent built on Tether WDK. Observe, analyze, and execute capital allocation with institutional-grade safety constraints.",
"repository": {
"type": "git",
"url": "https://github.com/juapperez/yield-kernel.git"
},
"homepage": "https://yieldkernel-app.web.app",
"type": "module",
"main": "src/server.js",
"engines": {
"node": "20"
},
"scripts": {
"start": "node src/server.js",
"web": "node src/server.js",
"agent": "node src/index.js",
"test": "node tests/integration.test.js"
},
"keywords": [
"yieldkernel",
"ai-agent",
"defi",
"wdk",
"tether",
"aave",
"autonomous",
"self-custody",
"lending",
"yield-optimization"
],
"dependencies": {
"@tetherto/wdk-protocol-lending-aave-evm": "^1.0.0-beta.3",
"@tetherto/wdk-wallet-evm": "^1.0.0-beta.10",
"cors": "^2.8.6",
"dotenv": "^16.0.0",
"ethers": "^6.0.0",
"express": "^5.2.1",
"firebase-admin": "^13.7.0",
"firebase-functions": "^7.2.2",
"groq-sdk": "^0.9.0"
}
}