@sgohlke/stryker-log-ignorer
Version:
Log Ignorer for Stryker
62 lines (61 loc) • 1.85 kB
JSON
{
"name": "@sgohlke/stryker-log-ignorer",
"version": "2.0.3",
"description": "Log Ignorer for Stryker",
"scripts": {
"build": "tsup-node",
"check": "tsc --noEmit --pretty",
"checkformat": "prettier --check .",
"format": "prettier --cache --write .",
"lint": "oxlint -c .oxlintrc.json",
"lintfix": "oxlint -c .oxlintrc.json --fix",
"prepack": "npm run build",
"test": "vitest run --coverage"
},
"type": "module",
"main": "build/index.cjs",
"module": "build/index.js",
"types": "build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.js",
"require": "./build/index.cjs",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgohlke/stryker-log-ignorer.git"
},
"keywords": [
"Stryker",
"Mutation Testing",
"Log Ignorer"
],
"author": "Stefan Gohlke",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/sgohlke/stryker-log-ignorer/issues"
},
"homepage": "https://github.com/sgohlke/stryker-log-ignorer#readme",
"devDependencies": {
"@babel/parser": "7.27.2",
"@babel/traverse": "7.27.1",
"@swc/core": "1.11.29",
"@types/babel__core": "7.20.5",
"@types/node": "22.15.19",
"@vitest/coverage-v8": "3.1.4",
"oxlint": "0.16.11",
"prettier": "3.5.3",
"prettier-plugin-organize-imports": "4.1.0",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.4"
},
"dependencies": {
"@stryker-mutator/api": "9.0.1"
}
}