-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 828 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
{
"name": "artillery-engine-graphql-ws",
"version": "1.0.10",
"description": "an artillery engine to run graphql subscriptions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoheirkhonyagar/artillery-engine-graphql-ws.git"
},
"keywords": [
"artillery",
"graphql"
],
"author": "Zoheir Khonyagar <zoheirkhonyagar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoheirkhonyagar/artillery-engine-graphql-ws/issues"
},
"homepage": "https://github.com/zoheirkhonyagar/artillery-engine-graphql-ws#readme",
"dependencies": {
"artillery-core": "^4.8.1",
"async": "^3.2.0",
"debug": "^4.2.0",
"loadash": "^1.0.0",
"ws": "^7.3.1"
}
}