UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@neo-one/client-core",
3 "version": "1.2.1",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE client core types implementation.",
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.2.1",
23 "@neo-one/client-switch": "^1.2.1",
24 "@neo-one/monitor": "^1.1.3",
25 "@neo-one/server-http-client": "^1.1.2",
26 "@neo-one/utils": "^1.1.2",
27 "@reactivex/ix-es2015-cjs": "2.5.3",
28 "@types/bn.js": "^4.11.5",
29 "@types/lodash": "^4.14.134",
30 "@types/tapable": "^1.0.4",
31 "bignumber.js": "^9.0.0",
32 "bn.js": "^4.11.8",
33 "cross-fetch": "^3.0.4",
34 "dataloader": "^1.4.0",
35 "lodash": "^4.17.11",
36 "rxjs": "^6.5.2",
37 "safe-stable-stringify": "^1.1.0",
38 "tapable": "^1.1.3",
39 "tslib": "^1.9.3"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "engines": {
45 "node": ">=8.16.0"
46 },
47 "main": "index.js",
48 "types": "index.d.ts",
49 "sideEffects": false
50}
\No newline at end of file