-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
40
41
42
43
44
{
"name": "gql-load-tester",
"version": "1.1.0",
"description": "Load tester to simulate graphql based api (works only with Apollo queries). Senarios can be used to simulate user behaviours.",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/Jensen-Mourat/gql-load-tester",
"type": "git"
},
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "yarn run build"
},
"author": "Jensen Mourat",
"license": "Apache-2.0",
"dependencies": {
"@apollo/client": "^3.3.21",
"@types/node": "^16.4.10",
"@types/paralleljs": "^0.0.21",
"cli-progress": "^3.9.0",
"cross-fetch": "^3.1.4",
"graphql": "^15.5.1",
"react": "^17.0.2",
"rxjs": "^7.3.0",
"threads": "^1.6.5",
"tiny-worker": "^2.3.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"keywords": [
"gql",
"graphql",
"load-tester",
"testing",
"apollo",
"load-testing",
"typescript"
],
"devDependencies": {
"@types/cli-progress": "^3.9.2",
"gql-load-tester": "^1.1.0"
}
}