@stryker-mutator/vitest-runner
Version:
A plugin to use the vitest test runner and framework in Stryker, the JavaScript mutation testing framework
76 lines (75 loc) • 2.07 kB
JSON
{
"name": "@stryker-mutator/vitest-runner",
"version": "9.6.1",
"description": "A plugin to use the vitest test runner and framework 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 --timeout 30000 \"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/vitest-runner"
},
"engines": {
"node": ">=14.18.0"
},
"keywords": [
"stryker",
"vitest",
"@stryker-mutator/test-runner-plugin"
],
"publishConfig": {
"access": "public"
},
"author": "Odin van der Linden <odinvanderlinden2001@gmail.com>",
"contributors": [
"Nico Jansen <jansennico@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker-js/issues"
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/vitest-runner",
"devDependencies": {
"@stryker-mutator/test-helpers": "9.6.1",
"@types/node": "24.12.2",
"@types/semver": "7.7.1",
"@vitest/browser": "4.1.3",
"@vitest/browser-playwright": "4.1.3",
"react": "19.2.4",
"ts-node": "10.9.2",
"vite": "7.3.2",
"vitest": "4.1.3",
"vitest-browser-react": "2.2.0"
},
"peerDependencies": {
"@stryker-mutator/core": "9.6.1",
"vitest": ">=2.0.0"
},
"dependencies": {
"@stryker-mutator/api": "9.6.1",
"@stryker-mutator/util": "9.6.1",
"semver": "^7.7.4",
"tslib": "~2.8.0"
},
"initStrykerConfig": {
"coverageAnalysis": "perTest"
},
"gitHead": "e1abfbeb9a27dba8aac9ea019860241b0ca80ead"
}