UNPKG

955 BJSONView Raw
1{
2 "name": "@neo-one/node-consensus",
3 "version": "1.3.2",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE NEO consensus protocol.",
6 "license": "MIT",
7 "homepage": "https://neo-one.io",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/neo-one-suite/neo-one.git"
11 },
12 "bugs": {
13 "url": "https://github.com/neo-one-suite/neo-one/issues"
14 },
15 "keywords": [
16 "neo",
17 "blockchain",
18 "neo-one",
19 "dapp"
20 ],
21 "dependencies": {
22 "@neo-one/client-common": "^1.4.2",
23 "@neo-one/logger": "^1.2.1",
24 "@neo-one/node-core": "^1.2.2",
25 "@neo-one/utils": "^1.2.1",
26 "@reactivex/ix-es2015-cjs": "^2.5.3",
27 "bignumber.js": "^9.0.0",
28 "bn.js": "^5.0.0",
29 "lodash": "^4.17.15",
30 "tslib": "^1.10.0"
31 },
32 "publishConfig": {
33 "access": "public"
34 },
35 "engines": {
36 "node": ">=10.16.0"
37 },
38 "main": "index.js",
39 "types": "index.d.ts",
40 "sideEffects": false
41}
\No newline at end of file