-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
128 lines (128 loc) · 4.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "kitsunet",
"version": "0.0.2-alpha.2",
"description": "Kitsunet mesh node",
"main": "dist/src/index.js",
"scripts": {
"build:prod": "npm run clean && tsc --pretty -p tsconfig-prod.json",
"build": "npm run clean && tsc --pretty",
"watch": "npm run clean && tsc --watch --pretty",
"clean": "rm -rf dist/",
"test": "mocha --recursive --extension ts -r node_modules/ts-node/register ./test",
"lint": "eslint src/*.ts",
"lint:fix": "eslint src/*.ts --fix"
},
"bin": {
"kitsunet": "dist/bin/cli.js"
},
"browser": {
"./dist/src/net/stacks/libp2p/config/index.js": "./dist/src/net/stacks/libp2p/config/browser.js",
"./dist/src/net/node-manager.js": "./dist/src/net/runtime/node-manager-browser.js"
},
"author": "Dmitriy Ryajov <dryajov@gmail.com>",
"license": "MIT",
"dependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"@types/defaults-deep": "^0.2.0",
"@types/lru-cache": "^5.1.0",
"async": "^2.6.1",
"async-iterator-to-pull-stream": "^1.3.0",
"borc": "^2.1.0",
"bourne": "^1.1.2",
"cids": "^0.5.8",
"datastore-core": "~0.6.0",
"datastore-pubsub": "~0.1.1",
"debug": "^4.1.1",
"detect-node": "^2.0.4",
"end-of-stream": "^1.4.1",
"eth-block-tracker": "^4.3.0",
"eth-query": "^2.1.2",
"ethereumjs-account": "^3.0.0",
"ethereumjs-block": "^2.2.0",
"ethereumjs-blockchain": "github:musteka-la/ethereumjs-blockchain.git#misc/dist",
"ethereumjs-common": "^1.2.1",
"ethereumjs-devp2p": "github:musteka-la/ethereumjs-devp2p#feat/dist",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethjs": "~0.4.0",
"ethjs-provider-http": "^0.1.6",
"fake-merkle-patricia-tree": "^1.0.1",
"http-poll-stream": "^2.1.0",
"interface-datastore": "~0.7.0",
"json-rpc-async": "^1.3.0",
"json-rpc-engine": "^3.8.0",
"kitsunet-block-tracker": "github:musteka-la/kitsunet-block-tracker.git#master",
"kitsunet-telemetry": "github:musteka-la/kitsunet-telemetry",
"level": "^5.0.1",
"libp2p": "^0.25.3",
"libp2p-bootstrap": "~0.9.3",
"libp2p-kad-dht": "^0.15.0",
"libp2p-mdns": "~0.12.0",
"libp2p-multicast-conditional": "github:metamask/js-libp2p-multicast-conditional.git#master",
"libp2p-rendezvous": "github:MetaMask/js-libp2p-rendezvous.git#feat/improve-and-cleanup",
"libp2p-secio": "~0.11.1",
"libp2p-spdy": "^0.13.3",
"libp2p-tcp": "~0.13.0",
"libp2p-webrtc-star": "^0.16.1",
"lodash.get": "^4.4.2",
"lru-cache": "^5.1.1",
"mafmt": "^6.0.7",
"multihashing": "^0.3.3",
"multihashing-async": "^0.7.0",
"multiplex": "^6.7.0",
"normalize-keys": "^1.0.0",
"opium-decorators": "^1.0.5",
"opium-ioc": "^2.5.2",
"pify": "^4.0.1",
"promisify-this": "^3.0.0",
"protons": "^1.0.1",
"pull-mplex": "^0.1.2",
"pull-probe": "^1.0.2",
"pull-protocol-buffers": "^0.1.2",
"pull-pushable": "^2.2.0",
"pull-stream-to-async-iterator": "^1.0.1",
"pull-stream-to-stream": "^1.3.4",
"pump": "^3.0.0",
"request": "^2.88.0",
"rlp": "^2.2.3",
"rpc-stream": "^2.1.2",
"safe-event-emitter": "^1.0.1",
"secp256k1": "^3.7.1",
"semver": "^6.0.0",
"tslint": "^5.16.0",
"tslint-config-standard": "^8.0.1",
"websocket-stream": "^5.1.2"
},
"devDependencies": {
"@types/async": "^2.4.1",
"@types/bn.js": "^4.11.5",
"@types/chai": "^4.1.7",
"@types/debug": "^4.1.4",
"@types/ethereumjs-tx": "^1.0.1",
"@types/expect": "^1.20.4",
"@types/levelup": "^3.1.0",
"@types/mocha": "^5.2.6",
"@types/semver": "^6.0.0",
"@types/sinon": "^7.0.11",
"@types/yargs": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"chai": "^4.2.0",
"deep-equal-in-any-order": "^1.0.13",
"dirty-chai": "^2.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"source-map-support": "^0.5.12",
"ts-mocha": "^6.0.0",
"tslint-jsdoc-rules": "^0.2.0",
"typescript": "^3.4.5",
"why-is-node-running": "^2.1.0",
"yargs": "^13.2.4"
}
}