-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 720 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 720 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
{
"name": "artillery-engine-grpc",
"version": "0.0.9",
"description": "Load test your gRPC application with Artillery.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kenju/artillery-engine-grpc.git"
},
"keywords": [
"artillery",
"grpc"
],
"author": "kenju",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/kenju/artillery-engine-grpc/issues"
},
"homepage": "https://github.com/kenju/artillery-engine-grpc#readme",
"dependencies": {
"@grpc/proto-loader": "^0.6.0",
"async": "^3.2.0",
"debug": "^4.1.1",
"grpc": "^1.24.2"
}
}