@exchanges/binance
Version:
Exchange provider for Binance API
72 lines (71 loc) • 1.76 kB
JSON
{
"name": "@exchanges/binance",
"version": "1.2.1",
"description": "Exchange provider for Binance API",
"main": "build/index.js",
"typings": "build/index.d.ts",
"repository": "git@gitlab.com:berish/exchanges/exchanges-binance.git",
"author": "Berishev Ravil <quadraticteam@gmail.com>",
"license": "MIT",
"private": false,
"keywords": [
"exchange",
"binance",
"react",
"reactJS",
"node",
"NodeJs",
"plugin",
"berish",
"helper",
"native",
"js",
"ts",
"typescript",
"standart",
"berishev",
"ravil",
"fartix",
"finance",
"quadraticteam",
"jest",
"package"
],
"scripts": {
"test": "jest --config jestconfig.json",
"test:dev": "jest --config jestconfig.json --watch --verbose=false",
"watch": "tsc -p . -w",
"build": "tsc -p .",
"format": "prettier --write \"src/**/*.(t|j)s\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"build/**/*"
],
"peerDependencies": {},
"devDependencies": {
"@types/faker": "^5.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.5",
"faker": "^5.1.0",
"jest": "^26.6.1",
"prettier": "^2.1.2",
"ts-jest": "^26.4.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.5"
},
"dependencies": {
"@berish/linq": "^1.2.0",
"@berish/safe-parsing": "^1.0.0",
"axios": "^0.21.1",
"html5-websocket": "^2.0.4",
"reconnecting-websocket": "^4.4.0",
"socks-proxy-agent": "^6.0.0"
}
}