@melonproject/ea-bitfinex
Version:
Integration for the Bitfinex API.
86 lines (85 loc) • 2.63 kB
JSON
{
"name": "@melonproject/ea-bitfinex",
"version": "2.0.3",
"description": "Integration for the Bitfinex API.",
"main": "./index.js",
"module": "./bundle.esm.js",
"typings": "./index.d.ts",
"author": "Melonport AG <team@melonport.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/melonproject/exchange-aggregator#readme",
"publishConfig": {
"access": "public",
"directory": "lib"
},
"contributors": [
"Sebastian Siemssen <fubhy@fubhy.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/melonproject/exchange-aggregator.git"
},
"bugs": {
"url": "https://github.com/melonproject/exchange-aggregator/issues"
},
"keywords": [
"ethereum",
"exchange",
"bitfinex",
"ethfinex"
],
"scripts": {
"postversion": "cp package.json lib",
"postbuild": "cp package.json lib",
"prepare": "yarn build",
"build": "rimraf lib && tsc --project . && rollup --config",
"dev": "ts-node-dev --respawn --transpileOnly src/dev",
"clean": "rimraf lib && rimraf coverage",
"watch": "rimraf lib && tsc --watch --project . & rollup --config --watch",
"typecheck": "tsc --project . --noEmit",
"format": "prettier --write src/{*,**/*}.ts",
"lint:prettier": "yarn prettier --list-different src/{*,**/*}.ts",
"lint:tslint": "tsc --noEmit && tslint -c ../../tslint.json src/{*,**/*}.ts",
"lint": "yarn lint:tslint && yarn lint:prettier",
"test": "yarn jest --passWithNoTests",
"test:coverage": "yarn test --coverage",
"test:watch": "yarn test --watch"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.3",
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/ramda": "^0.26.12",
"@types/ws": "^6.0.3",
"commander": "^3.0.1",
"cp": "^0.2.0",
"debug": "^4.0.1",
"husky": "^2.7.0",
"jest": "^24.8.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"rimraf": "^2.6.2",
"rollup": "^1.16.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rxjs": "^6.5.2",
"solc": "^0.5.7",
"ts-jest": "^24.0.2",
"ts-node-dev": "^1.0.0-pre.32",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.1"
},
"dependencies": {
"@melonproject/ea-common": "^2.0.2",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"isomorphic-ws": "^4.0.1",
"ramda": "^0.26.1",
"rxjs": "^6.5.2",
"rxjs-websockets": "^7.0.0"
},
"gitHead": "ada8bbf57778b85691a2266719ade23ed5970df9"
}