UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@stryker-mutator/mocha-runner",
3 "version": "6.0.2",
4 "description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
5 "main": "dist/src/index.js",
6 "type": "module",
7 "scripts": {
8 "test": "c8 npm run test:all",
9 "test:all": "npm run test:unit && npm run test:integration",
10 "test:unit": "mocha 'dist/test/unit/**/*.js'",
11 "test:integration": "mocha --no-timeout 'dist/test/integration/**/*.js'",
12 "stryker": "node ../core/bin/stryker.js run"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/stryker-mutator/stryker-js.git",
17 "directory": "packages/mocha-runner"
18 },
19 "engines": {
20 "node": ">=14.18.0"
21 },
22 "keywords": [
23 "stryker",
24 "mocha",
25 "@stryker-mutator/test-runner-plugin"
26 ],
27 "publishConfig": {
28 "access": "public"
29 },
30 "author": "Simon de Lang <simon.delang@infosupport.com>",
31 "contributors": [
32 "Nico Jansen <jansennico@gmail.com>",
33 "Simon de Lang <simondelang@gmail.com>"
34 ],
35 "license": "Apache-2.0",
36 "bugs": {
37 "url": "https://github.com/stryker-mutator/stryker-js/issues"
38 },
39 "homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner",
40 "dependencies": {
41 "@stryker-mutator/api": "6.0.2",
42 "@stryker-mutator/util": "6.0.2",
43 "tslib": "~2.3.0"
44 },
45 "devDependencies": {
46 "@stryker-mutator/test-helpers": "6.0.2",
47 "@types/glob": "~7.2.0",
48 "@types/node": "^17.0.0"
49 },
50 "peerDependencies": {
51 "@stryker-mutator/core": "~6.0.0",
52 "mocha": ">= 7.2 < 11"
53 },
54 "gitHead": "5dd24ccf0eb54ad675a7ab8561014df97dab0b3a"
55}