UNPKG

bfx-api-node-models

Version:

Object models for usage with the Bitfinex node API

68 lines (67 loc) 2.05 kB
{ "name": "bfx-api-node-models", "version": "2.1.0", "description": "Object models for usage with the Bitfinex node API", "engines": { "node": ">=18.0.0" }, "main": "index.js", "husky": { "hooks": { "pre-commit": "npm test" } }, "scripts": { "lint": "standard", "lint:fix": "standard --fix", "test": "npm run lint && npm run unit", "unit": "NODE_ENV=test nyc --check-coverage --lines 90 --branches 60 --functions 90 --statements 90 --reporter=lcov --reporter=html mocha -b --recursive", "docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/bitfinexcom/bfx-api-node-models.git" }, "keywords": [ "bitfinex", "bitcoin", "BTC" ], "author": "Bitfinex", "contributors": [ "Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)", "Ezequiel Wernicke <ezequiel.wernicke@bitfinex.com> (https://www.bitfinex.com)", "Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)", "Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)", "Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)", "Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)" ], "license": "MIT", "bugs": { "url": "https://github.com/bitfinexcom/bfx-api-node-models/issues" }, "homepage": "http://bitfinexcom.github.io/bfx-api-node-models/", "devDependencies": { "bfx-api-node-rest": "^6.0.0", "docdash": "^2.0.2", "husky": "^9.1.6", "jsdoc-to-markdown": "^9.0.1", "mocha": "^10.7.3", "nyc": "^17.0.0", "standard": "^17.1.2" }, "dependencies": { "bfx-api-node-util": "^1.0.10", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util.git#v1.0.12", "bluebird": "3.7.2", "crc-32": "1.2.0", "debug": "4.3.3", "lodash": "^4.17.15" }, "standard": { "ignore": [ "/docs/**/*.js" ] } }