{
  "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 <mish@stepci.com>",
  "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"
  }
}
