{
  "name": "@lambdatest/test-at-scale-mocha-runner",
  "version": "0.3.6",
  "description": "Mocha custom runner",
  "author": "Saurabh Prakash <saurabhp@lambdatest.com>",
  "homepage": "https://github.com/LambdaTest/test-at-scale-js#readme",
  "license": "ISC",
  "main": "dist/src/mocha-runner.js",
  "bin": {
    "mocha-runner": "dist/src/mocha-runner.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LambdaTest/test-at-scale-js.git",
    "directory": "packages/mocha-runner"
  },
  "scripts": {
    "build": "yarn clean && install-peers -f && yarn compile",
    "clean": "rimraf dist",
    "compile": "tsc",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@lambdatest/test-at-scale-core": "^0.3.6",
    "fast-glob": "^3.2.7",
    "yargs": "^17.1.0"
  },
  "peerDependencies": {
    "@types/mocha": "^9.0.0",
    "mocha": ">=2.4.5"
  },
  "gitHead": "3ef456d932f93668f14c117ef32c43cf3b3daa9d"
}
