{
  "name": "mocha-headless-chrome",
  "version": "4.0.0",
  "description": "Run client-side mocha tests in the command line through headless Chrome",
  "main": "./lib/runner.js",
  "typings": "./lib/runner.d.ts",
  "bin": "./bin/start",
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "node lib/cli -f ./example/example-page.html -o ./result/result.json -c ./result/coverage.json -w 801 -H 501 -a incognito",
    "ts": "tsc ./example/example.ts && node ./example/example.js",
    "help": "node lib/cli -h"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/direct-adv-interfaces/mocha-headless-chrome.git"
  },
  "keywords": [
    "mocha",
    "tests",
    "puppeteer",
    "headless-chrome"
  ],
  "author": "dima117a@gmail.com",
  "license": "MIT",
  "types": "./runner.d.ts",
  "bugs": {
    "url": "https://github.com/direct-adv-interfaces/mocha-headless-chrome/issues"
  },
  "homepage": "https://github.com/direct-adv-interfaces/mocha-headless-chrome#readme",
  "dependencies": {
    "args": "^5.0.1",
    "mkdirp": "^1.0.4",
    "puppeteer": "^13.1.3"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^9.2.0",
    "mocha-teamcity-reporter": "^3.0.0"
  }
}
