@stryker-mutator/api
Version:
The api for the extendable JavaScript mutation testing framework Stryker
70 lines (69 loc) • 1.84 kB
JSON
{
"name": "@stryker-mutator/api",
"version": "9.6.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/stryker-mutator/stryker-js.git",
"directory": "packages/api"
},
"files": [
"dist/schema",
"dist/src-generated",
"dist/src",
"core.d.ts",
"src-generated",
"src"
],
"exports": {
"./check": "./dist/src/check/index.js",
"./core": "./dist/src/core/index.js",
"./ignore": "./dist/src/ignore/index.js",
"./logging": "./dist/src/logging/index.js",
"./plugin": "./dist/src/plugin/index.js",
"./report": "./dist/src/report/index.js",
"./test-runner": "./dist/src/test-runner/index.js"
},
"scripts": {
"stryker": "node ../core/bin/stryker.js run",
"test": "c8 npm run test:unit",
"test:unit": "mocha \"dist/test/unit/**/*.js\""
},
"keywords": [
"mutation testing",
"mutation",
"testing",
"test",
"js",
"stryker"
],
"publishConfig": {
"access": "public"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
"Alex van Assem <avassem@gmail.com>",
"Jeremy Nagel <jeremy.nagel@learnosity.com>",
"Philipp Weissenbacher <philipp.weissenbacher@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/",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"mutation-testing-metrics": "3.7.3",
"mutation-testing-report-schema": "3.7.3",
"tslib": "~2.8.0",
"typed-inject": "~5.0.0"
},
"devDependencies": {
"@types/node": "24.12.2"
},
"gitHead": "e1abfbeb9a27dba8aac9ea019860241b0ca80ead"
}