-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage-meta.json
More file actions
37 lines (37 loc) · 978 Bytes
/
Copy pathpackage-meta.json
File metadata and controls
37 lines (37 loc) · 978 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
{
"name": "hyperliquid",
"version": "4.4.66",
"description": "A Python cryptocurrency trading library for hyperliquid",
"repository": {
"type": "git",
"url": "https://github.com/ccxt/python-hyperliquid.git"
},
"readme": "README.md",
"author": {
"name": "Igor Kroitor",
"email": "[email protected]",
"url": "https://github.com/kroitor"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ccxt/ccxt/issues"
},
"homepage": "https://ccxt.com",
"keywords": [
"hyperliquid",
"cryptocurrency",
"trading",
"library",
"api",
"rest",
"websocket",
"exchange",
"ccxt"
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ccxt",
"logo": "https://opencollective.com/ccxt/logo.txt"
},
"ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd"
}