@stoqey/ib
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@stoqey/ib", | ||
"private": false, | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)", | ||
@@ -17,2 +17,4 @@ "main": "dist/index.js", | ||
"prepare": "npm run build", | ||
"dev": "ts-node-dev --respawn --transpile-only examples/index.ts", | ||
"dev:debug": "ts-node-dev --inspect=9222 --respawn --transpile-only examples/index.ts", | ||
"doc": "typedoc src" | ||
@@ -75,2 +77,3 @@ }, | ||
"ts-node": "^8.4.1", | ||
"ts-node-dev": "^1.1.1", | ||
"tslint": "^5.11.0", | ||
@@ -77,0 +80,0 @@ "tslint-config-standard": "^8.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
480493
14