-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name" : "@detox/core",
"description" : "Core library of Detox project that provides high-level APIs used when building end-user applications",
"keywords" : [
"detox",
"anonymous",
"distributed",
"p2p"
],
"version" : "0.20.0",
"homepage" : "https://github.com/Detox/core",
"author" : "Nazar Mokrynskyi <[email protected]>",
"repository" : {
"type" : "git",
"url" : "git://github.com/Detox/core.git"
},
"license" : "0BSD",
"main" : "src/index.js",
"files" : [
"src"
],
"scripts" : {
"test" : "tape tests/**/*.js"
},
"dependencies" : {
"@detox/crypto" : "^0.7.1",
"@detox/dht" : "^0.16.9",
"@detox/nodes-manager" : "^0.1.3",
"@detox/routing" : "^0.3.2",
"@detox/transport" : "^0.38.2",
"@detox/utils" : "^1.10.0",
"async-eventer" : "^1.1.7",
"fixed-size-multiplexer" : "^1.0.2",
"node-fetch" : "^2.1.2"
},
"devDependencies" : {
"@detox/simple-peer-mock" : "github:Detox/simple-peer-mock",
"build-gc" : "^0.2.0",
"tape" : "^4.9.1"
}
}