-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
39 lines (39 loc) · 974 Bytes
/
plugin.json
File metadata and controls
39 lines (39 loc) · 974 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
{
"name": "plugin-undesirables",
"version": "2.4.3",
"description": "ElizaOS plugin — Personality-as-Code for AI agents. Live TCG market data from 370K+ products, passive market intelligence evaluator, 24 skills, 9 actions, and zero-config demo soul.",
"author": "The Undesirables LLC",
"license": "BUSL-1.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sailorpepe/plugin-undesirables"
},
"homepage": "https://the-undesirables.com",
"keywords": [
"elizaos",
"elizaos-plugin",
"elizaos-plugins",
"eliza",
"ai-agents",
"ai-personality",
"agent-personality",
"autonomous-agents",
"personality",
"soul",
"nft",
"ethereum",
"market-data",
"trading-cards",
"tcg",
"pokemon",
"oracle-api",
"x402",
"market-intelligence"
],
"peerDependencies": {
"@elizaos/core": ">=1.0.0"
}
}