ib-client
Version:
Interactive Brokers API client library for Node.js
67 lines (66 loc) • 1.58 kB
JSON
{
"name": "ib-client",
"description": "Interactive Brokers API client library for Node.js",
"version": "0.5.0",
"license": "MIT",
"author": {
"name": "Levente Danel"
},
"homepage": "https://github.com/levid83/ib-client",
"repository": {
"type": "git",
"url": "git://github.com/levid83/ib-client.git"
},
"keywords": [
"interactive",
"brokers",
"tws",
"twsapi",
"ib",
"gateway",
"stock",
"bond",
"option",
"forex",
"futures",
"ticker",
"symbol",
"quote",
"market",
"trade",
"trading",
"system",
"api",
"client",
"library"
],
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib",
"prepare": "npm run build",
"start": "nodemon --exec babel-node server.js"
},
"main": "lib/index.js",
"dependencies": {
"better-queue": "^3.8.10",
"function-rate-limit": "^1.1.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"acorn": "^6.4.2",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^1.19.4",
"prettier": "^1.19.1"
}
}