-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 826 Bytes
/
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
{
"name": "artillery-engine-socketio-v3",
"version": "1.2.0",
"description": "Socket.IO v3 engine for Artillery",
"main": "index.js",
"engines": {
"node": ">= 14"
},
"files": [
"index.js",
"cookies.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ptejada/artillery-engine-socketio-v3.git"
},
"author": "Pablo Tejada <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ptejada/artillery-engine-socketio-v3/issues"
},
"homepage": "https://github.com/ptejada/artillery-engine-socketio-v3#readme",
"dependencies": {
"artillery": "^1.6.1",
"async": "^1.5.2",
"debug": "^4.3.1",
"deep-equal": "^1.0.1",
"lodash": "^4.17.20",
"socket.io-client": "^3 || ^4",
"socket.io-msgpack-parser": "^3.0.1"
}
}