-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 1.04 KB
/
package.json
File metadata and controls
17 lines (17 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "@elizaos/plugin-buzz-bd",
"version": "1.0.0",
"description": "Autonomous BD intelligence from Buzz BD Agent — 15-source token scoring, AIXBT momentum, wallet forensics, and listing pipeline for the elizaOS agent ecosystem. ERC-8004 registered on Ethereum #25045 and Base #17483.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "node -e \"const p = require('./dist/index.js'); console.log(p.default?.name || p.name, (p.default?.actions || p.actions).length + ' actions');\""
},
"keywords": ["elizaos","plugin","ai-agent","business-development","token-intelligence","erc8004","solana","x402","autonomous","aixbt","dexscreener","buzz"],
"author": "SolCex Exchange <buzzbysolcex@gmail.com>",
"license": "MIT",
"repository": {"type": "git", "url": "https://github.com/buzzbysolcex/plugin-buzz-bd"},
"peerDependencies": {"@elizaos/core": ">=0.1.0"},
"devDependencies": {"@elizaos/core": "latest", "tsup": "^8.0.0", "typescript": "^5.3.0"}
}