-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 988 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
40
{
"name": "xona-agent",
"version": "1.0.0",
"description": "Xona Agent — Autonomous creative AI agent on Solana (Colosseum + Superteam Earn)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"register": "node scripts/register.js",
"register:superteam": "node scripts/register-superteam.js",
"submit:radar": "node scripts/submit-radar.js",
"submit:radar:dry": "node scripts/submit-radar.js --dry-run"
},
"keywords": [
"solana",
"agent",
"ai",
"x402",
"colosseum",
"superteam",
"hackathon"
],
"author": "Xona Labs",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"aws-sdk": "^2.1692.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"node-cron": "^4.2.1",
"replicate": "^1.3.1",
"twitter-api-v2": "^1.28.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}