{
  "name": "mocha-play",
  "description": "Run mocha tests in chromium, using webpack and playwright.",
  "version": "8.4.2",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "dist/index.d.ts",
  "bin": {
    "mocha-play": "bin/mocha-play.js"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "prebuild": "npm run clean",
    "build": "tsc --build",
    "pretest": "npm run lint && npm run build",
    "test": "npm run test:only",
    "test:only": "mocha \"./dist/test/**/*.spec.js\"",
    "lint": "eslint",
    "prettify": "prettier . --write",
    "prepack": "npm run build"
  },
  "peerDependencies": {
    "mocha": ">=7 || >=12.0.0-beta",
    "webpack": "^5.0.0"
  },
  "dependencies": {
    "commander": "^14.0.3",
    "create-listening-server": "^2.1.0",
    "express": "^5.2.1",
    "find-up": "^8.0.0",
    "glob": "^13.0.6",
    "html-webpack-plugin": "^5.6.6",
    "playwright-core": "^1.58.2",
    "webpack-dev-middleware": "^8.0.1"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@playwright/browser-chromium": "^1.58.2",
    "@ts-tools/webpack-loader": "^6.1.0",
    "@types/chai": "^5.2.3",
    "@types/express": "^5.0.6",
    "@types/mocha": "^10.0.10",
    "@types/node": "20",
    "chai": "^6.2.2",
    "eslint": "^10.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-no-only-tests": "^3.3.0",
    "mocha": "12.0.0-beta-10",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "typescript": "~6.0.2",
    "typescript-eslint": "^8.57.2",
    "webpack": "^5.105.4"
  },
  "overrides": {
    "typescript-eslint": {
      "typescript": "~6.0.2"
    }
  },
  "files": [
    "bin",
    "static",
    "dist",
    "!dist/test",
    "src",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "prettier": {
    "printWidth": 120,
    "singleQuote": true
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dazl-dev/mocha-play.git"
  }
}
