UNPKG

@stryker-mutator/karma-runner

Version:

A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework

86 lines (85 loc) 2.42 kB
{ "name": "@stryker-mutator/karma-runner", "version": "9.0.1", "description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework", "files": [ "dist/schema", "dist/src-generated", "dist/src", "src-generated", "src", "stryker-karma.conf.cjs" ], "exports": { ".": { "import": "./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 180000 --exit \"dist/test/integration/**/*.js\"", "test:integration_comment": "echo 'Chrome.exe can be extremely slow to start on windows, which is why we choose this very high timeout'", "stryker": "node ../core/bin/stryker.js run" }, "repository": { "type": "git", "url": "https://github.com/stryker-mutator/stryker-js.git", "directory": "packages/karma-runner" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "stryker", "karma", "@stryker-mutator/test-runner-plugin" ], "publishConfig": { "access": "public" }, "author": "Nico Jansen <nicoj@infosupport.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/stryker-mutator/stryker-js/issues" }, "homepage": "https://stryker-mutator.io/docs/stryker-js/karma-runner", "devDependencies": { "@stryker-mutator/test-helpers": "9.0.1", "@types/express": "5.0.1", "@types/node": "22.15.18", "@types/semver": "7.7.0", "jasmine-core": "5.7.1", "karma": "6.4.4", "karma-chai": "0.1.0", "karma-chrome-launcher": "3.2.0", "karma-jasmine": "5.1.0", "karma-mocha": "2.0.1" }, "peerDependencies": { "@stryker-mutator/core": "~9.0.0" }, "dependencies": { "@stryker-mutator/api": "9.0.1", "@stryker-mutator/util": "9.0.1", "decamelize": "~6.0.0", "semver": "~7.7.0", "tslib": "~2.8.0" }, "contributors": [ "nicojs <jansennico@gmail.com>", "Simon de Lang <simondelang@gmail.com>", "Philipp Weissenbacher <philipp.weissenbacher@gmail.com>" ], "initStrykerConfig": { "karma": { "projectType": "custom", "configFile": "karma.conf.js", "config": {} } }, "gitHead": "366b0351be4c9f4c68cd85ddf8935bafd3f2380f" }