UNPKG

@stoqey/ib

Version:

Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)

100 lines (99 loc) 2.43 kB
{ "name": "@stoqey/ib", "version": "1.5.1", "private": false, "description": "Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)", "keywords": [ "interactive", "brokers", "tws", "twsapi", "ib", "gateway", "finance", "stock", "bond", "option", "forex", "future", "ticker", "symbol", "quote", "market", "data", "automated", "invest", "trade", "trading", "system", "api", "client", "library", "stoqey" ], "homepage": "https://github.com/stoqey/ib", "bugs": { "url": "https://github.com/stoqey/ib/issues" }, "repository": { "type": "git", "url": "git://github.com/stoqey/ib.git" }, "license": "MIT", "author": { "name": "Ceddy Muhoza", "email": "ceddymuhoza@gmail.com", "url": "https://ceddy.org" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "register/", "LICENSE" ], "scripts": { "build": "yarn clean && yarn tsc", "build:watch": "yarn tsc --watch", "clean": "rm -rf dist", "doc": "typedoc --excludeInternal", "doc:dev": "typedoc --out ./doc-dev", "lint": "eslint ./src", "prepublishOnly": "yarn build", "release": "yarn lint && yarn test && yarn doc && yarn build", "test": "jest --maxWorkers=8 --reporters=default --useStderr --detectOpenHandles", "test-next": "jest ./src/tests/unit/api-next/ --maxWorkers=8 --reporters=default --useStderr --detectOpenHandles", "type-check": "tsc --noEmit" }, "dependencies": { "colors": "^1.4.0", "command-buffer": "^0.1.0", "dotenv": "^16.4.7", "eventemitter3": "^5.0.1", "function-rate-limit": "^1.1.0", "rxjs": "^7.8.1" }, "devDependencies": { "@smarttools/eslint-plugin-rxjs": "^1.0.9", "@types/jest": "^29.5.14", "@types/node": "^18.19.68", "@types/source-map-support": "^0.5.10", "ajv": "^8.17.1", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-formatter-junit": "^8.40.0", "eslint-plugin-jest": "^28.10.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typedoc": "^0.27.5", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1" }, "engines": { "node": ">=18.0.0" } }