{
  "name": "@useparagon/opentelemetry-instrumentation-http",
  "version": "0.0.8-canary.1",
  "description": "OpenTelemetry http/https automatic instrumentation package.",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "repository": "open-telemetry/opentelemetry-js",
  "scripts": {
    "prepare": "husky install",
    "prepublishOnly": "yarn compile",
    "compile": "tsc --build",
    "ci:compile": "whiskers",
    "format": "./node_modules/.bin/prettier . --write",
    "clean": "tsc --build --clean",
    "test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
    "tdd": "yarn test -- --watch-extensions ts --watch",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "watch": "tsc --build --watch"
  },
  "keywords": [
    "opentelemetry",
    "http",
    "nodejs",
    "tracing",
    "profiling",
    "instrumentation"
  ],
  "author": "OpenTelemetry Authors",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "build/src/**/*.js",
    "build/src/**/*.js.map",
    "build/src/**/*.d.ts",
    "doc",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@opentelemetry/api": "1.9.0",
    "@opentelemetry/context-async-hooks": "1.27.0",
    "@opentelemetry/sdk-metrics": "1.27.0",
    "@opentelemetry/sdk-trace-base": "1.27.0",
    "@opentelemetry/sdk-trace-node": "1.27.0",
    "@types/mocha": "10.0.8",
    "@types/node": "18.6.5",
    "@types/request-promise-native": "1.0.21",
    "@types/semver": "7.5.8",
    "@types/sinon": "10.0.13",
    "@types/superagent": "8.1.9",
    "@useparagon/whiskers-cli": "^0.0.1-canary.17",
    "axios": "1.7.4",
    "codecov": "3.8.3",
    "husky": "^8.0.3",
    "mocha": "10.0.0",
    "nock": "13.3.8",
    "nyc": "15.1.0",
    "prettier": "3.0.3",
    "request": "2.88.2",
    "request-promise-native": "1.0.9",
    "rimraf": "4.1.2",
    "sinon": "15.0.0",
    "superagent": "8.0.0",
    "ts-mocha": "10.0.0",
    "typescript": "4.4.4"
  },
  "peerDependencies": {
    "@opentelemetry/api": "^1.9.0"
  },
  "dependencies": {
    "@opentelemetry/core": "^1.27.0",
    "@opentelemetry/instrumentation": "^0.54.0",
    "@opentelemetry/semantic-conventions": "^1.27.0",
    "forwarded-parse": "2.1.2",
    "semver": "^7.5.2"
  },
  "homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http",
  "sideEffects": false
}
