-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.23 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
54
55
56
57
58
59
{
"name": "openbroker-plugin",
"version": "1.3.2",
"description": "OpenClaw plugin for the openbroker Hyperliquid trading CLI — agent tools, position watcher, automation restart service.",
"type": "module",
"openclaw": {
"extensions": [
"./src/index.ts"
]
},
"files": [
"src/",
"openclaw.plugin.json",
"SKILL.md",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"openbroker": "^1.3.2"
},
"peerDependencies": {
"openbroker-monitoring": "*"
},
"peerDependenciesMeta": {
"openbroker-monitoring": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^22.19.17",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aurracloud/openbroker-plugin.git"
},
"homepage": "https://github.com/aurracloud/openbroker-plugin#readme",
"bugs": {
"url": "https://github.com/aurracloud/openbroker-plugin/issues"
},
"author": "aurracloud",
"keywords": [
"openbroker",
"openclaw",
"plugin",
"hyperliquid",
"trading",
"agent-skills",
"ai-agents"
],
"license": "MIT"
}