-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
68 lines (68 loc) · 1.78 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@stepci/runner",
"version": "2.0.7",
"description": "Step CI Runner",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json",
"test": "ts-node ./tests/test.ts",
"test:loadtest": "ts-node ./tests/loadtesting.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StepCI/runner.git"
},
"keywords": [
"http",
"testing",
"api",
"framework"
],
"author": "Mish Ushakov <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/StepCI/runner/issues"
},
"homepage": "https://github.com/StepCI/runner#readme",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "9.1.0",
"@fast-csv/parse": "^4.3.6",
"@tgwf/co2": "^0.11.3",
"@xmldom/xmldom": "^0.8.6",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.12",
"cool-grpc": "^1.2.3",
"deep-equal": "^2.0.5",
"eventsource": "^2.0.2",
"filtrex": "^3.0.0",
"flat": "^5.0.2",
"form-data": "^4.0.0",
"got": "^11.8.3",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^7.2.0",
"liquidless": "^1.2.0",
"liquidless-faker": "^1.0.1",
"liquidless-naughtystrings": "^1.0.0",
"p-limit": "^3.1.0",
"parse-duration": "^1.1.0",
"phasic": "^1.0.2",
"proxy-agent": "^6.3.1",
"simple-statistics": "^7.8.0",
"tough-cookie": "^4.1.2",
"xpath": "^0.0.32"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/deep-equal": "^1.0.1",
"@types/eventsource": "^1.1.11",
"@types/flat": "^5.0.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.7.18",
"@types/tough-cookie": "^4.0.2",
"@types/xmldom": "^0.1.31",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}