{
  "name": "@stryker-mutator/tap-runner",
  "version": "9.0.1",
  "description": "A plugin to use the TAP (test anything protocol) test runner in Stryker, the JavaScript mutation testing framework",
  "files": [
    "dist/schema",
    "dist/src-generated",
    "dist/src",
    "src-generated",
    "src"
  ],
  "exports": {
    ".": {
      "import": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "scripts": {
    "test": "c8 npm run test:all",
    "test:all": "npm run test:unit && npm run test:integration",
    "test:unit": "mocha \"dist/test/unit/**/*.js\"",
    "test:integration": "mocha --no-timeout \"dist/test/integration/**/*.js\"",
    "stryker": "node ../core/bin/stryker.js run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stryker-mutator/stryker-js.git",
    "directory": "packages/tap-runner"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "keywords": [
    "stryker",
    "mocha",
    "@stryker-mutator/test-runner-plugin"
  ],
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    "Nico Jansen <jansennico@gmail.com>",
    "Danny Berkelaar <dannyberkelaar@gmail.com>"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stryker-mutator/stryker-js/issues"
  },
  "homepage": "https://stryker-mutator.io/docs/stryker-js/tap-runner",
  "dependencies": {
    "@stryker-mutator/api": "9.0.1",
    "@stryker-mutator/util": "9.0.1",
    "glob": "~10.4.5",
    "tap-parser": "~17.0.0",
    "tslib": "~2.8.0"
  },
  "devDependencies": {
    "@stryker-mutator/test-helpers": "9.0.1",
    "@types/node": "22.15.18",
    "ava": "6.3.0",
    "tap": "20.0.3"
  },
  "peerDependencies": {
    "@stryker-mutator/core": "~9.0.0"
  },
  "gitHead": "366b0351be4c9f4c68cd85ddf8935bafd3f2380f"
}
