@stoqey/ib
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@stoqey/ib", | ||
"private": false, | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)", | ||
@@ -16,3 +16,4 @@ "main": "dist/index.js", | ||
"build": "rimraf dist && tsc -p .", | ||
"prepare": "npm run build" | ||
"prepare": "npm run build", | ||
"doc": "typedoc src" | ||
}, | ||
@@ -76,2 +77,3 @@ "engines": { | ||
"tslint-config-standard": "^8.0.1", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^3.2.4" | ||
@@ -78,0 +80,0 @@ }, |
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
480301
13