stryker-mocha-runner
Version:
A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework
50 lines (49 loc) • 1.59 kB
JSON
{
"name": "stryker-mocha-runner",
"version": "0.17.1",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
"start": "tsc -w",
"clean": "rimraf \"+(test|src)/**/*+(.d.ts|.js|.map)\" .nyc_output reports coverage",
"test": "nyc --reporter=html --report-dir=reports/coverage --lines 80 --functions 80 --branches 75 npm run mocha",
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 10000 \"test/helpers/**/*.js\" \"test/integration/**/*.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=6"
},
"keywords": [
"stryker",
"stryker-plugin",
"mocha",
"stryker-test-runner"
],
"author": "Simon de Lang <simon.delang@infosupport.com>",
"contributors": [
"Nico Jansen <jansennico@gmail.com>",
"Simon de Lang <simondelang@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-mocha-runner#readme",
"dependencies": {
"multimatch": "~3.0.0",
"stryker-api": "^0.24.1",
"tslib": "~1.9.3"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "^0.1.1",
"@types/multimatch": "~2.1.2",
"stryker-mocha-framework": "^0.15.1"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 6"
},
"gitHead": "1882514c285e1bc582e4394375c0ac64717b2f8b"
}