UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@stryker-mutator/mocha-framework",
3 "version": "4.0.0",
4 "description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
5 "main": "src/index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/stryker-mutator/stryker"
10 },
11 "engines": {
12 "node": ">=10"
13 },
14 "keywords": [
15 "stryker",
16 "mocha",
17 "@stryker-mutator/test-framework-plugin",
18 "@stryker-mutator/mocha-runner",
19 "@stryker-mutator/karma-runner"
20 ],
21 "publishConfig": {
22 "access": "public"
23 },
24 "bugs": {
25 "url": "https://github.com/stryker-mutator/stryker/issues"
26 },
27 "author": "Nico Jansen <jansennico@gmail.com>",
28 "contributors": [
29 "Nico Jansen <jansennico@gmail.com>",
30 "Simon de Lang <simondelang@gmail.com>"
31 ],
32 "homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/mocha-framework#readme",
33 "license": "Apache-2.0",
34 "devDependencies": {
35 "@types/node": "^14.0.1",
36 "tslib": "~2.0.0"
37 },
38 "peerDependencies": {
39 "@stryker-mutator/core": "4.0.0-beta.4",
40 "mocha": ">= 2.3.3 < 8"
41 },
42 "dependencies": {
43 "@stryker-mutator/api": "4.0.0",
44 "@stryker-mutator/util": "4.0.0"
45 },
46 "gitHead": "4e5947348caec789bd45cbcb0412744ecbf0e10d"
47}