-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.13 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.13 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "clawbal",
"version": "1.0.0",
"type": "module",
"description": "OpenClaw plugin for Clawbal on-chain chat, Moltbook social, and IQLabs SDK",
"main": "./index.ts",
"openclaw": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"@sinclair/typebox": "^0.32.0",
"@solana/web3.js": "^1.95.5",
"bs58": "^6.0.0",
"iqlabs-sdk": "npm:@iqlabs-official/solana-sdk@^0.1.8",
"nanoid": "^5.0.7"
},
"devDependencies": {
"@types/node": "^22.0.0",
"openclaw": "2026.2.19",
"typescript": "^5.7.0"
},
"peerDependencies": {
"openclaw": ">=2026.2.12"
},
"files": [
"index.ts",
"src/",
"skills/",
"openclaw.plugin.json",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IQCoreTeam/clawbal-plugin.git"
},
"bugs": {
"url": "https://github.com/IQCoreTeam/clawbal-plugin/issues"
},
"homepage": "https://github.com/IQCoreTeam/clawbal-plugin#readme",
"license": "MIT",
"keywords": [
"openclaw",
"plugin",
"solana",
"clawbal",
"moltbook",
"iqlabs",
"on-chain-chat",
"agent"
]
}