UNPKG

@reactivemarkets/switchboard-sdk

Version:
44 lines (43 loc) 1.28 kB
{ "name": "@reactivemarkets/switchboard-sdk", "version": "1.10.0", "description": "SDK for the Reactive Markets Switchboard", "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "lib" ], "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf lib coverage", "compile": "tsc -p tsconfig.json", "test": "jest", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "repository": { "type": "git", "url": "git+https://github.com/reactivemarkets/switchboard-js.git" }, "keywords": [ "reactivemarkets", "switchboard", "sdk" ], "author": "Reactive Markets", "license": "Apache-2.0", "bugs": { "url": "https://github.com/reactivemarkets/switchboard-js/issues" }, "homepage": "https://github.com/reactivemarkets/switchboard-js#readme", "dependencies": { "@reactivemarkets/switchboard-api": "^1.10.0", "flatbuffers": "^22.11.23", "reconnecting-websocket": "^4.4.0", "tiny-typed-emitter": "^2.1.0", "uid": "^2.0.0" }, "gitHead": "818b02af7364b22457ded7927e1bf989bb2cede7" }