@sgohlke/stryker-log-ignorer
Version:
Log Ignorer for Stryker
60 lines (59 loc) • 1.54 kB
JSON
{
"name": "@sgohlke/stryker-log-ignorer",
"version": "2.1.0",
"description": "Log Ignorer for Stryker",
"keywords": [
"Log Ignorer",
"Mutation Testing",
"Stryker"
],
"homepage": "https://github.com/sgohlke/stryker-log-ignorer#readme",
"bugs": {
"url": "https://github.com/sgohlke/stryker-log-ignorer/issues"
},
"license": "CC0-1.0",
"author": "Stefan Gohlke",
"repository": {
"type": "git",
"url": "git+https://github.com/sgohlke/stryker-log-ignorer.git"
},
"type": "module",
"main": "build/index.cjs",
"module": "build/index.mjs",
"types": "build/index.d.mts",
"exports": {
".": {
"types": "./build/index.d.mts",
"import": "./build/index.mjs",
"require": "./build/index.cjs",
"default": "./build/index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"check": "tsc --noEmit --pretty",
"checkformat": "oxfmt --check",
"format": "oxfmt",
"lint": "oxlint -c .oxlintrc.json",
"lintfix": "oxlint -c .oxlintrc.json --fix",
"prepack": "npm run build",
"test": "vitest run --coverage"
},
"dependencies": {
"@stryker-mutator/api": "9.6.0"
},
"devDependencies": {
"@babel/parser": "7.29.2",
"@babel/traverse": "7.29.0",
"@swc/core": "1.15.21",
"@types/babel__core": "7.20.5",
"@types/node": "25.5.0",
"@vitest/coverage-v8": "4.1.2",
"oxfmt": "0.42.0",
"oxlint": "1.57.0",
"tsdown": "0.21.7",
"typescript": "6.0.2",
"vitest": "4.1.2"
}
}