@stryker-mutator/mocha-framework
Version:
A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework
48 lines (47 loc) • 1.29 kB
JSON
{
"name": "@stryker-mutator/mocha-framework",
"version": "4.0.0",
"description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=10"
},
"keywords": [
"stryker",
"mocha",
"@stryker-mutator/test-framework-plugin",
"@stryker-mutator/mocha-runner",
"@stryker-mutator/karma-runner"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
"author": "Nico Jansen <jansennico@gmail.com>",
"contributors": [
"Nico Jansen <jansennico@gmail.com>",
"Simon de Lang <simondelang@gmail.com>"
],
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/mocha-framework#readme",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.0.1",
"tslib": "~2.0.0"
},
"peerDependencies": {
"@stryker-mutator/core": "4.0.0-beta.4",
"mocha": ">= 2.3.3 < 8"
},
"dependencies": {
"@stryker-mutator/api": "4.0.0",
"@stryker-mutator/util": "4.0.0"
},
"gitHead": "4e5947348caec789bd45cbcb0412744ecbf0e10d"
}