@reactivemarkets/switchboard-api
Version:
Generated api for Reactive Markets Switchboard network
39 lines (38 loc) • 1.05 kB
JSON
{
"name": "@reactivemarkets/switchboard-api",
"version": "1.10.0",
"description": "Generated api for Reactive Markets Switchboard network",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf lib",
"compile": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactivemarkets/switchboard-js.git"
},
"keywords": [
"reactivemarkets",
"switchboard",
"api"
],
"sideEffects": false,
"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": {
"flatbuffers": "^22.11.23"
},
"gitHead": "818b02af7364b22457ded7927e1bf989bb2cede7"
}