{
  "name": "diagnostic-channel-publishers",
  "version": "1.0.8",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc && node copyTestAssets.js",
    "lint": "eslint ./ --fix",
    "clean": "rimraf ./dist",
    "test": "mocha ./dist/tests/{*.js,**/*.js}",
    "debug": "mocha --inspect-brk ./dist/tests/{*.js,**/*.js}"
  },
  "homepage": "https://github.com/Microsoft/node-diagnostic-channel",
  "bugs": {
    "url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/node-diagnostic-channel.git"
  },
  "description": "A collection of pre-built module patches that enable existing npm modules to publish diagnostic data",
  "devDependencies": {
    "@azure/core-tracing": "1.0.0-preview.13",
    "@opentelemetry/api": "^1.0.4",
    "@opentelemetry/instrumentation": "^0.27.0",
    "@opentelemetry/sdk-trace-base": "^1.0.1",
    "@types/mocha": "^8.2.2",
    "@types/node": "^8.5.0",
    "@types/pg": "7.4.11",
    "@types/tedious": "^4.0.3",
    "diagnostic-channel": "file:../diagnostic-channel",
    "mocha": "^3.2.0",
    "mongodb": "^3.6.6",
    "mysql": "^2.16.0",
    "pg": "^8.6.0",
    "q": "1.5.0",
    "redis": "^3.0.2",
    "rimraf": "^2.6.1",
    "sinon": "1.17.6",
    "tedious": "^8.0.1",
    "typescript": "4.1.2",
    "winston": "^3.2.1",
    "zone.js": "^0.8.5"
  },
  "peerDependencies": {
    "diagnostic-channel": "*"
  },
  "files": [
    "dist/src/**/*.d.ts",
    "dist/src/**/*.js",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "license": "MIT"
}
