UNPKG

@nexex/orderbook-client

Version:
53 lines (52 loc) 1.24 kB
{ "name": "@nexex/orderbook-client", "version": "0.10.2", "description": "client for @nexex/orderbook", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "build": "rimraf dist && tsc && cpx package.json dist/" }, "keywords": [ "nexex", "ethereum", "erc20", "exchange", "decentralize" ], "homepage": "https://github.com/NexexBuilder/nexex-mono/tree/master/packages/orderbook-client", "repository": "NexexBuilder/nexex-mono", "dependencies": { "@nexex/types": "^0.10.0", "axios": "^0.19.0", "bignumber.js": "^7.2.1", "cerialize": "^0.1.18", "rxjs": "^6.3.3", "socket.io": "^2.1.1" }, "author": "NexexBuilder", "license": "Apache-2.0", "devDependencies": { "@types/bluebird": "^3.5.20", "@types/chai": "^4.1.1", "@types/chai-as-promised": "^7.1.0", "@types/jest": "^24.0.15", "@types/socket.io": "^1.4.38", "@types/socket.io-client": "1.4.32", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "cpx": "^1.5.0", "jest": "^24.8.0", "prettier": "^1.12.1", "rimraf": "^2.6.3", "ts-jest": "^24.0.2", "tslint": "^5.10.0", "tslint-microsoft-contrib": "^6.2.0", "typedoc": "^0.14.2", "typescript": "^3.4.5" }, "publishConfig": { "access": "public" } }