{
  "name": "@stryker-mutator/typescript-checker",
  "version": "10.0.0",
  "description": "A typescript type checker plugin to be used 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",
    "mocha": "mocha",
    "test:all": "npm run test:unit && npm run test:integration",
    "test:unit": "mocha \"dist/test/unit/**/*.js\"",
    "test:integration": "mocha \"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/typescript-checker"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Nico Jansen <jansennico@gmail.com>",
  "contributors": [
    "Simon de Lang <simondelang@gmail.com>",
    "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/typescript-checker",
  "dependencies": {
    "@stryker-mutator/api": "10.0.0",
    "@stryker-mutator/util": "10.0.0",
    "semver": "~7.8.0"
  },
  "devDependencies": {
    "@stryker-mutator/test-helpers": "10.0.0",
    "@types/semver": "7.7.1",
    "@typescript/native": "npm:typescript@7.0.2",
    "tslib": "2.8.1"
  },
  "peerDependencies": {
    "@stryker-mutator/core": "10.0.0",
    "typescript": ">=3.6"
  },
  "gitHead": "cb3bd8fe25d5215422c9b632357062d3a43fcf92"
}
