@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.
19 lines • 563 B
JSON
{
"name": "@nx-plugins/stryker",
"version": "0.0.19",
"main": "src/index.js",
"description": "The Nx Plugin for Stryker that contains executors and generators for allowing your workspace to use powerful Stryker mutation testing capabilities.",
"repository": {
"type": "git",
"url": "https://github.com/nx-plugins/lab.git",
"directory": "packages/stryker"
},
"generators": "./generators.json",
"executors": "./executors.json",
"keywords": [
"Monorepos",
"Stryker",
"Mutation Testing"
],
"typings": "./src/index.d.ts"
}