-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "e2e-tests",
"private": true,
"version": "0.1.0",
"engines": {
"node": "18.12"
},
"type": "module",
"scripts": {
"test:smoke": "LOG_LEVEL=error LOG_PRETTY=1 node smoke.js",
"test:regression": "LOG_LEVEL=error LOG_PRETTY=1 node regression.js",
"test:load": "LOG_LEVEL=error LOG_PRETTY=1 node load.js",
"format": "standard --fix",
"lint": "standard"
},
"license": "(Apache-2.0 AND MIT)",
"description": "Elastic IPFS e2e test suite",
"dependencies": {
"@chainsafe/libp2p-noise": "10.1.0",
"@chainsafe/libp2p-yamux": "^3.0.5",
"@libp2p/mplex": "7.0.1",
"@libp2p/peer-id-factory": "1.0.19",
"@libp2p/websockets": "5.0.0",
"autocannon": "7.10.0",
"byte-size": "8.1.0",
"console-table-printer": "2.11.1",
"fastify": "4.10.2",
"get-port": "6.1.2",
"it-length-prefixed": "8.0.3",
"it-pipe": "2.0.4",
"libp2p": "0.40.0",
"object-path": "0.11.8",
"p-queue": "7.3.0",
"pino": "8.7.0",
"pino-pretty": "9.1.1",
"protobufjs": "7.1.2",
"standard": "17.0.0"
}
}