{
  "name": "mutation-testing-report-schema",
  "version": "3.8.0",
  "description": "The json schema for a mutation testing report.",
  "main": "dist/src/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/src/index.js",
    "./api": "./dist/src-generated/schema.js",
    "./mutation-testing-report-schema.json": "./dist/src/mutation-testing-report-schema.json"
  },
  "nx": {
    "name": "report-schema"
  },
  "scripts": {
    "test": "mocha --node-option \"enable-source-maps\" --forbid-only --forbid-pending --retries 2 dist/test/**/*.js",
    "postpublish": "PUBLISH_SCHEMA=true ../metrics-scala/npmProjPublish.sh",
    "generate": "node ../../tasks/schema2ts.mjs src/mutation-testing-report-schema.json src-generated/schema.ts",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stryker-mutator/mutation-testing-elements.git",
    "directory": "packages/report-schema"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stryker-mutator/mutation-testing-elements/issues"
  },
  "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
  "devDependencies": {
    "ajv": "8.20.0",
    "eslint": "catalog:",
    "eslint-config-mte": "3.8.0"
  },
  "gitHead": "7e926446a76d6ec4a61927cb29c14fe44c7c2801"
}
