@gazsiazasz/binance-api
Version:
Binance API (REST + WebSocket) for Node.js
51 lines (50 loc) • 1.01 kB
JSON
{
"name": "@gazsiazasz/binance-api",
"version": "0.2.18",
"description": "Binance API (REST + WebSocket) for Node.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gazsiazasz/binance-api.git"
},
"scripts": {
"dev": "nodemon test.js"
},
"keywords": [
"node",
"nodejs",
"javascript",
"binance",
"binance-api",
"api",
"cryptocurrency",
"rest",
"websocket",
"ws",
"stream",
"marcius",
"marcius-capital"
],
"author": "Gajdos Gábor <Telegram @gazsiazasz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gazsiazasz/binance-api/issues"
},
"homepage": "https://github.com/gazsiazasz/binance-api#readme",
"dependencies": {
"axios": "0.19.2",
"axios-cache-adapter": "2.5.0",
"ws": "7.2.1"
},
"devDependencies": {
"nodemon": "2.0.3"
},
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}