-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 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
{
"name": "buzz-bd-agent",
"version": "8.0.0",
"description": "Autonomous business development agent for SolCex Exchange",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"scan": "node src/scanner/run.js",
"score": "node src/scorer/run.js",
"test": "jest"
},
"keywords": [
"ai-agent",
"business-development",
"solana",
"x402",
"autonomous",
"openclaw",
"elizaos",
"erc8004"
],
"author": "Buzz BD Agent <buzzbysolcex@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buzzbysolcex/buzz-bd-agent"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@virtuals-protocol/acp-node": "^0.3.0-beta.39",
"discord.js": "^14.25.1",
"ethers": "^6.16.0"
}
}