-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 919 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
33
34
35
36
37
38
{
"name": "easygraphql-lt",
"version": "1.0.4",
"description": "Do load testing to a GraphQL server without writing a single query",
"bin": {
"easygraphql-lt": "./bin/easygraphql-lt.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"graphql",
"testing",
"load-testing"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-lt",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-lt"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-lt"
},
"license": "MIT",
"dependencies": {
"artillery": "^1.7.0",
"easygraphql-load-tester": "^2.0.5",
"fs-extra": "^7.0.1",
"graphql": "^14.5.8",
"inquirer": "^6.5.2",
"minimist": "^1.2.5",
"ora": "^3.4.0"
}
}