UNPKG

@fraserdarwent/xapi-node

Version:

This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection

40 lines (39 loc) 948 B
{ "name": "@fraserdarwent/xapi-node", "version": "1.0.0", "description": "This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { "logger4": "^1.8.0", "ws": "^7.2.3" }, "devDependencies": { "@types/node": "^11.15.3", "typescript": "^3.4.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/peterszombati/xapi-node.git" }, "keywords": [ "xstation5", "trading", "xtb", "bfbcapital", "forex", "trading-api", "xopenhub" ], "prepare": "npm run build", "author": "Peter Szombati", "license": "BSD 4-Clause", "bugs": { "url": "https://github.com/peterszombati/xapi-node/issues" }, "homepage": "https://github.com/peterszombati/xapi-node#readme" }