-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 867 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
{
"name": "wardex",
"version": "1.0.0",
"description": "DAO treasury intelligence agent for Solana — AI-powered risk scoring, yield optimisation, and governance proposal generation via Realms SPL Governance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": ["solana", "dao", "treasury", "defi", "governance", "realms", "ai-agent", "yield", "kamino", "jupiter"],
"author": "Jalaaldeen Akinola <akinolajalaaldeen@gmail.com>",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@anthropic-ai/sdk": "^0.95.1",
"@bonfida/spl-name-service": "^3.0.21",
"@solana/web3.js": "^1.98.4",
"axios": "^1.13.6",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2"
}
}