{
  "name": "@marijn/testtool",
  "version": "0.1.3",
  "description": "Helper package to run Mocha tests",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "main": "./src/testtool.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/marijnh/testtool.git"
  },
  "bin": {
    "testtool": "bin/testtool.js"
  },
  "dependencies": {
    "mocha": "^10.0.0",
    "ist": "^1.1.7",
    "esmoduleserve": "^0.2.0",
    "selenium-webdriver": "^4.10.0",
    "serve-static": "^1.14.1"
  }
}
