UNPKG

mexc-futures-sdk

Version:

Unofficial TypeScript SDK for MEXC Futures trading with maintenance bypass. Uses browser session tokens to work 24/7 even during API downtime.

64 lines (63 loc) 1.5 kB
{ "name": "mexc-futures-sdk", "version": "1.6.2", "description": "Unofficial TypeScript SDK for MEXC Futures trading with maintenance bypass. Uses browser session tokens to work 24/7 even during API downtime.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc -w", "test": "jest", "example": "ts-node examples/basic.ts", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "keywords": [ "mexc", "futures", "trading", "sdk", "crypto", "cryptocurrency", "typescript", "api", "websocket", "trading-bot", "automation", "mexc-api", "maintenance-bypass" ], "author": "oboshto", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/oboshto/mexc-futures-sdk.git" }, "homepage": "https://github.com/oboshto/mexc-futures-sdk#readme", "bugs": { "url": "https://github.com/oboshto/mexc-futures-sdk/issues" }, "dependencies": { "@types/ws": "^8.18.1", "axios": "^1.17.0", "json-bigint": "^1.0.0", "md5": "^2.3.0", "ws": "^8.21.0" }, "devDependencies": { "@types/dotenv": "^6.1.1", "@types/jest": "^29.0.0", "@types/json-bigint": "^1.0.4", "@types/md5": "^2.3.5", "@types/node": "^20.0.0", "dotenv": "^16.5.0", "jest": "^29.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" } }