UNPKG

oreki-node

Version:

This is a package for using oreki framework.

45 lines (44 loc) 1.16 kB
{ "name": "oreki-node", "version": "1.0.3", "description": "This is a package for using oreki framework.", "main": "index.js", "scripts": { "test": "ava -v -s -T 120m", "rpc-download": "curl -o rpc.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/rpc.proto", "preinstall": "curl -o rpc.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/rpc.proto" }, "bin": { "oreki": "./bin/oreki" }, "repository": { "type": "git", "url": "git+https://github.com/gaiax/oreki-node.git" }, "keywords": [ "blockchain", "lightningnetwork", "bitcoin", "btcd" ], "author": "Takuto Yoshikai", "license": "MIT", "bugs": { "url": "https://github.com/gaiax/oreki-node/issues" }, "homepage": "https://github.com/gaiax/oreki-node#readme", "devDependencies": { "ava": "^3.5.2", "request-promise": "^4.2.5" }, "dependencies": { "@grpc/proto-loader": "^0.5.4", "events": "^3.1.0", "express": "^4.17.1", "grpc": "^1.24.2", "lnrpc": "^0.6.2", "sequelize": "^5.21.6", "sqlite3": "^4.1.1", "web3": "^1.2.7" } }