{
  "name": "@risingstack/opentracing-auto",
  "version": "1.5.2",
  "description": "Out of the box OpenTracing instrumentation for Node.js",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha test/setup.js 'src/**/*.spec.js'",
    "coverage": "nyc --reporter=html --reporter=text npm run test",
    "lint": "eslint test src",
    "example": "npm-run-all --parallel example-server1 example-server2",
    "example-server1": "node example/server1",
    "example-server2": "node example/server2"
  },
  "author": "RisingStack, Inc.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RisingStack/opentracing-auto.git"
  },
  "bugs": {
    "url": "https://github.com/RisingStack/opentracing-auto/issues"
  },
  "homepage": "https://github.com/RisingStack/opentracing-auto#readme",
  "keywords": [
    "instrumentation",
    "opentracing",
    "tracing"
  ],
  "dependencies": {
    "cls-hooked": "4.2.2",
    "debug": "3.1.0",
    "lodash": "4.17.4",
    "methods": "1.1.2",
    "opentracing": "0.14.1",
    "require-in-the-middle": "2.1.2",
    "semver": "5.4.1",
    "shimmer": "1.1.0",
    "uuid": "3.1.0"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "eslint": "4.9.0",
    "eslint-config-airbnb-base": "12.1.0",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-promise": "3.6.0",
    "express": "4.16.2",
    "jaeger-client": "3.5.3",
    "knex": "0.13.0",
    "mocha": "3.5.3",
    "mongodb-core": "2.1.17",
    "monk": "6.0.5",
    "mysql": "2.15.0",
    "nock": "9.0.25",
    "npm-run-all": "4.1.1",
    "nyc": "11.2.1",
    "pg": "6.4.0",
    "redis": "2.8.0",
    "request": "2.83.0",
    "request-promise-native": "1.0.5",
    "restify": "6.2.3",
    "sinon": "4.0.2",
    "sinon-chai": "2.14.0",
    "super-request": "1.2.0"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
