-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.43 KB
/
package.json
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
{
"name": "binance-leaderboard-listener",
"version": "1.0.1",
"description": "A simple pnl watcher for Binance leaderboard",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.2",
"clone-response": "^1.0.2",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"end-of-stream": "^1.4.4",
"dotenv": "^10.0.0",
"get-stream": "^5.2.0",
"got": "^11.8.2",
"http-cache-semantics": "^4.1.0",
"http2-wrapper": "^1.0.3",
"json-buffer": "^3.0.1",
"keyv": "^4.0.3",
"lowercase-keys": "^2.0.0",
"mimic-response": "^1.0.1",
"normalize-url": "^6.1.0",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"pump": "^3.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.2.1",
"responselike": "^2.0.0",
"wrappy": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spartanz51/binance_leaderboard_listener.git"
},
"keywords": [
"binance",
"leaderboard",
"api",
"pnl",
"copytrade"
],
"author": "Anthony Maurin (spartanz51)",
"license": "ISC",
"bugs": {
"url": "https://github.com/spartanz51/binance_leaderboard_listener/issues"
},
"homepage": "https://github.com/spartanz51/binance_leaderboard_listener#readme"
}