{
    "name": "mole-rpc",
    "version": "1.1.1",
    "description": "Transport agnostic spec compliant JSON RPC client and server",
    "main": "index.js",
    "directories": {
        "lib": "lib",
        "test": "tests"
    },
    "engines": {
        "node": ">=10.0.0"
    },
    "devDependencies": {
        "mole-rpc-autotester": "^1.0.0"
    },
    "scripts": {
        "test": "node ./tests/autotests.js || exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/koorchik/node-mole-rpc.git"
    },
    "keywords": [
        "jsonrpc",
        "json-rpc",
        "json",
        "jsonrpc-2.0",
        "rpc",
        "http",
        "tcp",
        "mqtt",
        "api",
        "mole-rpc",
        "mole",
        "molerpc"
    ],
    "author": "koorchik",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/koorchik/node-mole-rpc/issues"
    },
    "homepage": "https://github.com/koorchik/node-mole-rpc#readme",
    "contributors": [
        "Vira Khuder <vira.khdr@gmail.com>",
        "Artem Trush <atrush.main@gmail.com>"
    ]
}
