-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "@clubinvestbr/binance-min-order-value",
"description": "Library created to solve order creation problems that returns the LOT_SIZE error, because unfortunately the current Binance API can not solve a simple problem.",
"version": "0.0.2",
"author": "Rodrigo Oler <https://github.com/rodrigooler>",
"bugs": {
"url": "https://github.com/clubinvest/binance-min-order-value/issues"
},
"devDependencies": {
"jest": "23.4.1"
},
"homepage": "https://github.com/clubinvest/binance-min-order-value#readme",
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"keywords": [
"binance",
"cryptocurrency",
"exchange",
"min",
"min ordervalue",
"open-source",
"order",
"value"
],
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/clubinvest/binance-min-order-value.git"
},
"scripts": {
"coverage": "jest --coverage",
"test": "./node_modules/.bin/jest"
}
}