UNPKG

@stryker-mutator/mocha-runner

Version:

A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework

65 lines (64 loc) 1.77 kB
{ "name": "@stryker-mutator/mocha-runner", "version": "9.4.0", "description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework", "files": [ "dist/schema", "dist/src-generated", "dist/src", "src-generated", "src" ], "exports": { ".": "./dist/src/index.js", "./package.json": "./package.json" }, "type": "module", "scripts": { "test": "c8 npm run test:all", "test:all": "npm run test:unit && npm run test:integration", "test:unit": "mocha \"dist/test/unit/**/*.js\"", "test:integration": "mocha --no-timeout \"dist/test/integration/**/*.js\"", "stryker": "node ../core/bin/stryker.js run" }, "repository": { "type": "git", "url": "git+https://github.com/stryker-mutator/stryker-js.git", "directory": "packages/mocha-runner" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "stryker", "mocha", "@stryker-mutator/test-runner-plugin" ], "publishConfig": { "access": "public" }, "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-js/issues" }, "homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner", "dependencies": { "@stryker-mutator/api": "9.4.0", "@stryker-mutator/util": "9.4.0", "tslib": "~2.8.0" }, "devDependencies": { "@stryker-mutator/test-helpers": "9.4.0", "@types/node": "24.10.1" }, "peerDependencies": { "@stryker-mutator/core": "9.4.0", "mocha": ">= 7.2 < 12" }, "gitHead": "0bfd6499f5836ec2306d36da9da7aade05cd43b0" }