UNPKG

3.14 kBJSONView Raw
1{
2 "name": "@stryker-mutator/core",
3 "version": "8.6.0",
4 "description": "The extendable JavaScript mutation testing framework",
5 "type": "module",
6 "files": [
7 "bin",
8 "dist/src",
9 "schema",
10 "src"
11 ],
12 "exports": {
13 ".": {
14 "import": "./dist/src/index.js"
15 },
16 "./package.json": "./package.json"
17 },
18 "scripts": {
19 "start": "tsc -w",
20 "test": "c8 npm run test:all",
21 "test:all": "npm run test:unit && npm run test:integration",
22 "test:unit": "mocha 'dist/test/unit/**/*.js'",
23 "test:integration": "mocha --timeout 60000 'dist/test/integration/**/*.js'",
24 "stryker": "node bin/stryker.js run"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/stryker-mutator/stryker-js.git",
29 "directory": "packages/core"
30 },
31 "engines": {
32 "node": ">=18.0.0"
33 },
34 "keywords": [
35 "mutation testing",
36 "mutation",
37 "testing",
38 "test",
39 "js",
40 "stryker"
41 ],
42 "publishConfig": {
43 "access": "public"
44 },
45 "author": "Simon de Lang",
46 "contributors": [
47 "Simon de Lang <simondelang@gmail.com>",
48 "Nico Jansen <jansennico@gmail.com>",
49 "Sander Koenders <sanderkoenders@gmail.com>",
50 "Philipp Weissenbacher <philipp.weissenbacher@gmail.com>",
51 "Jasper Catthoor <jasper.catthoor@gmail.com>",
52 "Nico Stapelbroek <nstapelbroek@gmail.com>",
53 "Alex van Assem <avassem@gmail.com>",
54 "Jelle Peters <JellePetersHAN@users.noreply.github.com>",
55 "Jeremy Nagel <jeremy.nagel@learnosity.com>",
56 "MarktHart <git@markhart.nl>",
57 "Michael Williamson <mike@zwobble.org>",
58 "Willem Meints <willem@mein-design.nl>",
59 "Sharikov Vladislav <sharikov.vladislav@gmail.com>",
60 "Jonathan Presson <jonathan.presson@gmail.com>"
61 ],
62 "license": "Apache-2.0",
63 "bugs": {
64 "url": "https://github.com/stryker-mutator/stryker-js/issues"
65 },
66 "homepage": "https://stryker-mutator.io/",
67 "bin": {
68 "stryker": "./bin/stryker.js"
69 },
70 "dependencies": {
71 "@inquirer/prompts": "^6.0.0",
72 "@stryker-mutator/api": "8.6.0",
73 "@stryker-mutator/instrumenter": "8.6.0",
74 "@stryker-mutator/util": "8.6.0",
75 "ajv": "~8.17.1",
76 "chalk": "~5.3.0",
77 "commander": "~12.1.0",
78 "diff-match-patch": "1.0.5",
79 "emoji-regex": "~10.4.0",
80 "execa": "~9.4.0",
81 "file-url": "~4.0.0",
82 "get-port": "~7.1.0",
83 "lodash.groupby": "~4.6.0",
84 "log4js": "~6.9.1",
85 "minimatch": "~9.0.5",
86 "mutation-testing-elements": "3.3.0",
87 "mutation-testing-metrics": "3.3.0",
88 "mutation-testing-report-schema": "3.3.0",
89 "npm-run-path": "~6.0.0",
90 "progress": "~2.0.3",
91 "rxjs": "~7.8.1",
92 "semver": "^7.6.3",
93 "source-map": "~0.7.4",
94 "tree-kill": "~1.2.2",
95 "tslib": "2.7.0",
96 "typed-inject": "~4.0.0",
97 "typed-rest-client": "~2.1.0"
98 },
99 "devDependencies": {
100 "@stryker-mutator/test-helpers": "8.6.0",
101 "@types/diff-match-patch": "1.0.36",
102 "@types/lodash.groupby": "4.6.9",
103 "@types/node": "20.16.10",
104 "@types/progress": "2.0.7",
105 "@types/semver": "7.5.8",
106 "flatted": "3.3.1",
107 "glob": "10.4.5"
108 },
109 "gitHead": "676be74a99cc1f66625ec9b41fb8b9ce47b1b233"
110}