UNPKG

@trivechain/trivechaind-rpc

Version:

Trivechain Client Library to connect to Trivechain Core (trivechaind) via RPC

83 lines (82 loc) 2.08 kB
{ "name": "@trivechain/trivechaind-rpc", "description": "Trivechain Client Library to connect to Trivechain Core (trivechaind) via RPC", "version": "2.0.1", "author": { "name": "Stephen Pair", "email": "stephen@bitpay.com" }, "contributors": [ { "name": "Jeff Garzik", "email": "jgarzik@bitpay.com" }, { "name": "Manuel Araoz", "email": "manuelaraoz@gmail.com" }, { "name": "Matias Alejo Garcia", "email": "ematiu@gmail.com" }, { "name": "Braydon Fuller", "email": "braydon@bitpay.com" }, { "name": "Alex Werner", "email": "alex.werner@dash.org" }, { "name": "Ji Sheng Tan", "email": "jisheng@trivechain.com" } ], "keywords": [ "trivechain", "trivechaind", "trivechain-cli", "trvc", "rpc" ], "repository": { "type": "git", "url": "https://github.com/trivechain/trivechaind-rpc" }, "license": "MIT", "main": "lib/index.js", "scripts": { "test": "nyc --reporter=html --reporter=text mocha -R spec", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint lib test --color", "lint:fix": "eslint lib test --fix" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "async": "^1.3.0", "bluebird": "^3.5.1" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.11", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.1.1", "nyc": "^15.0.0", "onchange": "^6.1.0", "prettier": "^2.0.2", "sinon": "^9.0.2" }, "bugs": { "url": "https://github.com/trivechain/trivechaind-rpc/issues" }, "homepage": "https://github.com/trivechain/trivechaind-rpc" }