-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 936 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 936 Bytes
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
{
"name": "@microverse-network/core",
"version": "0.0.0",
"dependencies": {
"async": "^3.1.0",
"debug": "^4.1.1",
"dnode": "^1.2.2",
"dnode-promise": "^3.0.1",
"env-paths": "^2.2.0",
"eventemitter3": "^4.0.0",
"json-rpc-core": "^1.3.3",
"lodash": "^4.17.11",
"mux-demux": "^3.7.9",
"nedb-promises": "^3.0.6",
"shortid": "^2.2.14",
"simple-peer": "^9.4.0",
"websocket-connection-stream": "0.0.1",
"wrtc": "^0.4.1",
"ws": "^7.1.0"
},
"devDependencies": {
"@microverse-network/eslint-config": "^0.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.18.2"
}
}