fix: add ccxt package
This commit is contained in:
parent
c2c44f8ef9
commit
842ef8e097
2 changed files with 6 additions and 0 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -5138,6 +5138,11 @@
|
||||||
"big-integer": "1.6.36"
|
"big-integer": "1.6.36"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ccxt": {
|
||||||
|
"version": "1.50.35",
|
||||||
|
"resolved": "https://registry.npmjs.org/ccxt/-/ccxt-1.50.35.tgz",
|
||||||
|
"integrity": "sha512-6ZsJDKRMTK2h4Omqk9F3fIg8rMRlqGh5s/MPBr2SkZpXkJwirFnYC1FBke1lnW8ERs8i5QRFYG9zSr5k2Vxl8g=="
|
||||||
|
},
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
"bitcore-lib-cash": "git+https://github.com/bitpay/bitcore-lib.git#cash",
|
"bitcore-lib-cash": "git+https://github.com/bitpay/bitcore-lib.git#cash",
|
||||||
"bitgo": "4.47.0",
|
"bitgo": "4.47.0",
|
||||||
"body-parser": "^1.15.1",
|
"body-parser": "^1.15.1",
|
||||||
|
"ccxt": "^1.50.35",
|
||||||
"coinbase": "^2.0.6",
|
"coinbase": "^2.0.6",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"connect-pg-simple": "^6.2.1",
|
"connect-pg-simple": "^6.2.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue