{
    "name": "@reactivemarkets/switchboard-api",
    "version": "1.8.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": "449593ce3a0fceeba0873827cf84fb404cb425eb"
}
