UNPKG

1.17 kBJSONView Raw
1{
2 "name": "conflux-web-net",
3 "version": "0.1.9",
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.9",
20 "conflux-web-core-helpers": "0.1.9",
21 "conflux-web-core-method": "0.1.9",
22 "conflux-web-providers": "0.1.9",
23 "conflux-web-utils": "0.1.9",
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": "9242beb8d963d8788f6356ae343b64f98b5cc468"
36}