UNPKG

@neo-one/node-protocol

Version:

NEO•ONE NEO node and consensus protocol.

46 lines 1.11 kB
{ "name": "@neo-one/node-protocol", "version": "1.2.0", "author": "Alex DiCarlo <alexdicarlo@gmail.com>", "description": "NEO•ONE NEO node and consensus protocol.", "license": "MIT", "homepage": "https://neo-one.io", "repository": { "type": "git", "url": "git+https://github.com/neo-one-suite/neo-one.git" }, "bugs": { "url": "https://github.com/neo-one-suite/neo-one/issues" }, "keywords": [ "neo", "blockchain", "neo-one", "dapp" ], "dependencies": { "@neo-one/client-common": "^1.4.0", "@neo-one/client-switch": "^1.3.0", "@neo-one/logger": "^1.1.0", "@neo-one/node-consensus": "^1.2.0", "@neo-one/node-core": "^1.2.0", "@neo-one/utils": "^1.2.0", "bloem": "^0.2.4", "bloom-filter": "^0.2.0", "bn.js": "^5.0.0", "cross-fetch": "^3.0.4", "ip-address": "^6.0.0", "lodash": "^4.17.15", "lru-cache": "^5.0.0", "tslib": "^1.10.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=10.16.0" }, "main": "index.js", "types": "index.d.ts", "sideEffects": false }