crypto-client
Version:
An unified client for all cryptocurrency exchanges.
105 lines (104 loc) • 2.78 kB
JSON
{
"name": "crypto-client",
"version": "0.26.0",
"description": "An unified client for all cryptocurrency exchanges.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"bin": "dist/cli.js",
"files": [
"dist/"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node ./dist/index.js",
"lint": "eslint . --ext '.js,.jsx,.ts,.tsx,.md'",
"prettier": "prettier -c --write '**/*'",
"test": "jest --config jest.config.json --no-cache"
},
"husky": {
"hooks": {
"pre-commit": "npm run prepare"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/soulmachine/crypto-client.git"
},
"keywords": [
"Blockchain",
"Cryptocurrency",
"Trader",
"Bitcoin",
"EOS",
"Ethereum"
],
"engines": {
"node": ">=10"
},
"author": "soulmachine",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/soulmachine/crypto-client/issues"
},
"homepage": "https://github.com/soulmachine/crypto-client#readme",
"devDependencies": {
"@types/assert": "^1.5.2",
"@types/bs58": "^4.0.1",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.15",
"@types/long": "^4.0.1",
"@types/mathjs": "^6.0.7",
"@types/node": "^14.14.7",
"@types/node-fetch": "^2.5.7",
"@types/qs": "^6.9.5",
"@types/text-encoding": "0.0.35",
"@types/uuid": "^8.3.0",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.8.0",
"@typescript-eslint/parser": "^4.8.0",
"dotenv": "^8.2.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.6.3",
"jest-each": "^26.6.2",
"prettier": "^2.1.2",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
},
"dependencies": {
"@dfuse/client": "^0.3.17",
"@okfe/okex-node": "0.0.52",
"assert": "^2.0.0",
"axios": "^0.21.0",
"bfx-api-node-models": "^1.2.11",
"bfx-api-node-rest": "^3.0.19",
"bignumber.js": "^9.0.1",
"binance-api-node": "^0.10.10",
"bs58": "^4.0.1",
"coinbase-pro": "^0.9.0",
"crypto-markets": "^0.4.1",
"crypto-pair": "0.4.2",
"debug": "^4.2.0",
"eos-token-info": "0.1.1",
"eos-utils": "0.1.8",
"eosjs": "^21.0.3",
"eosjs-ecc": "^4.0.7",
"kraken-withdrawal-fee": "0.0.3",
"long": "^4.0.0",
"mathjs": "^8.0.1",
"node-fetch": "^2.6.1",
"promise.any": "^2.0.1",
"qs": "^6.9.4",
"text-encoding": "^0.7.0",
"uuid": "^8.3.1",
"web3-utils": "^1.3.0",
"yargs": "^16.1.1"
}
}