@nx-plugins/stryker
Version:
The Nx Plugin for Stryker that contains executors and generators for allowing your workspace to use powerful Stryker mutation testing capabilities.
20 lines (19 loc) • 400 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"$id": "Init",
"title": "",
"type": "object",
"properties": {
"skipPackageJson": {
"type": "boolean",
"description": "Do not add dependencies to package.json"
},
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false
}
},
"required": [""]
}