v7
 1{
 2  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
 3  "packageManager": "npm",
 4  "reporters": ["html", "clear-text", "progress"],
 5  "mutate": ["build/**/*.js"],
 6  "testRunner": "command",
 7  "commandRunner": {
 8    "command": "uvu test -i fixtures -i package"
 9  },
10  "concurrency": 1,
11  "coverageAnalysis": "off"
12}