forked from moncici007/binance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 899 Bytes
/
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
{
"name": "@moncici/binance",
"version": "1.0.3",
"description": "",
"type": "module",
"main": "coin_scan_binance.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moncici007/binance"
},
"website": "https://github.com/moncici007/binance.git",
"keywords": [
"binance",
"client",
"arbitrim"
],
"author": "moncici007",
"license": "ISC",
"bugs": {
"url": "https://github.com/moncici007/binance/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/moncici007/binance#readme",
"dependencies": {
"@moncici/date-time-processor": "^1.0.3",
"@moncici/log": "^1.0.2",
"@moncici/proxy": "^1.0.3",
"@moncici/sleep": "^1.0.1",
"feishu-notifier": "^1.0.3"
}
}