UNPKG

bfx-api-node-plugin-managed-candles

Version:
47 lines (46 loc) 1.28 kB
{ "name": "bfx-api-node-plugin-managed-candles", "version": "1.0.3", "description": "Maintains local candle datasets for the Bitfinex Node API", "engines": { "node": ">=7" }, "main": "index.js", "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "NODE_ENV=test mocha -b --recursive" }, "repository": { "type": "git", "url": "https://github.com/bitfinexcom/bfx-api-node-plugin-managed-candles.git" }, "keywords": [ "bitfinex", "bitcoin", "BTC" ], "author": "Bitfinex", "contributors": [ "Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)", "Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)", "Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)" ], "license": "MIT", "bugs": { "url": "https://github.com/bitfinexcom/bfx-api-node-plugin-managed-candles/issues" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.0", "standard": "^14.1.0" }, "dependencies": { "bfx-api-node-core": "^1.1.0", "bfx-api-node-models": "^1.0.12", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util.git#v1.0.12", "bluebird": "^3.5.5", "debug": "^4.1.1", "lodash": "^4.17.15" } }