{
  "name": "@temporalio/nyc-test-coverage",
  "version": "1.17.0",
  "description": "Temporal.io SDK code coverage integration",
  "keywords": [
    "temporal",
    "workflow",
    "testing",
    "coverage"
  ],
  "homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/nyc-test-coverage",
  "bugs": {
    "url": "https://github.com/temporalio/sdk-typescript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/temporalio/sdk-typescript.git",
    "directory": "packages/nyc-test-coverage"
  },
  "license": "MIT",
  "author": "Temporal Technologies Inc. <sdk@temporal.io>",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "convert-source-map": "^2.0.0",
    "istanbul-lib-coverage": "^3.2.2",
    "istanbul-lib-instrument": "^6.0.1",
    "ts-loader": "^9.5.1"
  },
  "devDependencies": {
    "@types/convert-source-map": "^2.0.3",
    "@types/istanbul-lib-coverage": "^2.0.6",
    "@types/istanbul-lib-instrument": "^1.7.7",
    "@types/webpack": "^5.28.5",
    "webpack": "^5.104.1",
    "@temporalio/workflow": "1.17.0",
    "@temporalio/common": "1.17.0",
    "@temporalio/worker": "1.17.0"
  },
  "peerDependencies": {
    "webpack": "^5.104.1",
    "@temporalio/worker": "1.17.0",
    "@temporalio/common": "1.17.0",
    "@temporalio/workflow": "1.17.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 20.0.0"
  }
}