@stoqey/hennessy
Version:
Hennessy - A very special Cognac (Market Data/IBKR/FINNHUB/BINANCE)
93 lines (92 loc) • 2.13 kB
JSON
{
"name": "@stoqey/hennessy",
"version": "0.0.4",
"description": "Hennessy - A very special Cognac (Market Data/IBKR/FINNHUB/BINANCE)",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"docs/",
"dist/",
"register/",
"LICENSE"
],
"scripts": {
"build": "rimraf dist && tsc",
"test": "mocha src/*test.ts --full-trace",
"quote": "mocha src/quote.test.ts --full-trace",
"eslint": "eslint ./src --fix --config=.mocharc.json",
"prepublishOnly": "npm run build"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"prettier": {
"trailingComma": "all"
},
"lint-staged": {
"*.ts": [
"tslint --project tsconfig.json -c tslint.commit.json --fix",
"prettier --write ./src/**/*ts"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stoqey/hennessy.git"
},
"keywords": [
"ai",
"automation",
"crypto-api",
"crypto",
"binance-api",
"binance",
"ibkr-api",
"ibkr",
"ib",
"finnhub-api",
"finnhub",
"options-api",
"stocks",
"stocks-api",
"market-data",
"stoqey",
"stoqey inc"
],
"author": "Stoqey Inc <support@stoqey.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoqey/hennessy/issues"
},
"homepage": "https://github.com/stoqey/hennessy#readme",
"dependencies": {
"@stoqey/finnhub": "^0.2.4",
"@stoqey/ibkr": "^1.6.5",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"request": "^2.88.2"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.7",
"chai": "^4.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"mocha": "^8.2.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"rimraf": "^2.5.4",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-etc": "^1.13.7",
"typescript": "^4.0.3"
}
}