{
  "name": "jquery-test-runner",
  "version": "0.3.0",
  "description": "A test runner built by the jQuery team to run QUnit tests in real browsers using Selenium and BrowserStack",
  "type": "module",
  "main": "index.js",
  "bin": {
    "jquery-test-runner": "bin/command.js",
    "jtr": "bin/command.js"
  },
  "scripts": {
    "lint": "eslint .",
    "prepare": "husky",
    "release": "release-it",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquery/jquery-test-runner.git"
  },
  "keywords": [
    "jquery-test-runner",
    "jtr",
    "jtr-serve",
    "jquery",
    "test",
    "qunit",
    "selenium",
    "browserstack"
  ],
  "license": "MIT",
  "author": "Timmy Willison <timmywil@users.noreply.github.com>",
  "bugs": {
    "url": "https://github.com/jquery/jquery-test-runner/issues"
  },
  "homepage": "https://github.com/jquery/jquery-test-runner#readme",
  "dependencies": {
    "browserstack-local": "^1.5.8",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "diff": "^8.0.2",
    "exit-hook": "^5.0.1",
    "jsdom": "^27.2.0",
    "raw-body": "^3.0.1",
    "selenium-webdriver": "^4.38.0",
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@release-it/conventional-changelog": "^10.0.2",
    "@types/selenium-webdriver": "^4.35.4",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "eslint": "^9.39.1",
    "eslint-config-jquery": "^3.0.2",
    "globals": "^16.5.0",
    "husky": "^9.1.7",
    "release-it": "^19.0.6"
  }
}
