@bitmartexchange/bitmart-node-sdk-api
Version:
BitMart Exchange official Nodejs client for the BitMart Cloud API.
37 lines (36 loc) • 798 B
JSON
{
"name": "@bitmartexchange/bitmart-node-sdk-api",
"version": "2.3.0",
"description": "BitMart Exchange official Nodejs client for the BitMart Cloud API. ",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bitmartexchange/bitmart-node-sdk-api.git"
},
"engines": {
"node": ">=12.22.12",
"npm": ">=6.14.13"
},
"keywords": [
"bitmart",
"API"
],
"author": "BitMart",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitmartexchange/bitmart-node-sdk-api/issues"
},
"homepage": "https://github.com/bitmartexchange/bitmart-node-sdk-api#readme",
"files": [
"src/**/*"
],
"dependencies": {
"axios": "^1.3",
"ws": "^8.13"
},
"standard": {
"ignore": [
"/docs/**/*.js"
]
}
}