{
  "name": "mocha-webdriver",
  "version": "0.3.5",
  "description": "Write Mocha style tests using selenium-webdriver, with many conveniences.",
  "main": "dist/index",
  "typings": "dist/index",
  "scripts": {
    "build": "tsc",
    "lint": "tslint -p .",
    "prepack": "npm run build && npm run test && npm run lint",
    "test": "MOCHA_WEBDRIVER_HEADLESS=1 mocha test",
    "test-parallel": "MOCHA_WEBDRIVER_HEADLESS=1 mocha test --parallel --jobs=4",
    "test-debug": "mocha test -b --no-exit"
  },
  "files": [
    "dist",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gristlabs/mocha-webdriver.git"
  },
  "keywords": [
    "webdriver",
    "mocha",
    "testing",
    "browser"
  ],
  "author": "Grist Labs",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/gristlabs/mocha-webdriver/issues"
  },
  "homepage": "https://github.com/gristlabs/mocha-webdriver#readme",
  "dependencies": {
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "fs-extra": "^11.3.4",
    "mocha": "^11.7.5",
    "npm-run-path": "^3.1.0",
    "selenium-webdriver": "^4.41.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.20",
    "@types/chai-as-promised": "^7.1.8",
    "@types/color-string": "^1.5.0",
    "@types/fs-extra": "^11.0.4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.5.0",
    "@types/selenium-webdriver": "^4.35.5",
    "color-string": "^1.5.3",
    "ts-node": "^10.9.2",
    "tslint": "^6.1.3",
    "typescript": "^5.9.3",
    "typescript-tslint-plugin": "^1.0.2"
  }
}
