{
  "name": "@web/test-runner-mocha",
  "version": "0.9.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Mocha test framework for Web Test Runner",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/modernweb-dev/web.git",
    "directory": "packages/test-runner-mocha"
  },
  "author": "modern-web",
  "homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-mocha",
  "main": "dist/standalone.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc",
    "build:production": "rimraf dist && rollup -c ./rollup.config.mjs",
    "test": "mocha test/**/*.test.js",
    "test:watch": "mocha test/**/*.test.js --watch --watch-files src,test"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "web",
    "test",
    "runner",
    "testrunner",
    "mocha",
    "framework"
  ],
  "dependencies": {
    "@web/test-runner-core": "^0.13.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "deepmerge": "^4.2.2",
    "mocha": "^10.2.0"
  }
}
