UNPKG

1.23 kBJSONView Raw
1{
2 "name": "conflux-web-net",
3 "version": "1.36.4-alpha.0",
4 "description": "ConfluxWeb module to interact with the Conflux nodes networking properties.",
5 "repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web-net",
6 "license": "LGPL-3.0",
7 "main": "dist/conflux-web-net.cjs.js",
8 "module": "dist/conflux-web-net.esm.js",
9 "browser": "dist/conflux-web-net.umd.js",
10 "types": "types/index.d.ts",
11 "scripts": {
12 "build": "rollup -c",
13 "dev": "rollup -c -w",
14 "test": "jest",
15 "dtslint": "dtslint types --onlyTestTsNext"
16 },
17 "dependencies": {
18 "@babel/runtime": "^7.3.1",
19 "conflux-web-core": "0.1.10-alpha.0",
20 "conflux-web-core-helpers": "1.36.4-alpha.0",
21 "conflux-web-core-method": "0.1.10-alpha.0",
22 "conflux-web-providers": "1.36.4-alpha.0",
23 "conflux-web-utils": "1.36.4-alpha.0",
24 "lodash": "^4.17.11"
25 },
26 "devDependencies": {
27 "definitelytyped-header-parser": "^1.0.1",
28 "dtslint": "0.4.2",
29 "rxjs": "^6.4.0"
30 },
31 "files": [
32 "dist",
33 "types/index.d.ts"
34 ],
35 "gitHead": "d025c46c3b7bec16762502d5f4c59ee231c5e8cb"
36}