{
  "name": "@openreply/emw-request-id",
  "version": "2.0.3",
  "description": "express middleware that manages request and trace ids",
  "keywords": [
    "x-amzn-RequestId",
    "X-Amzn-Trace-Id",
    "express",
    "trace",
    "logging"
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "nyc mocha test/*.js",
    "lint": "eslint --fix .",
    "doc": "jsdoc -P ./package.json -R ./README.md -d docs lib/*.js",
    "gitdoc": "jsdoc2md --plugin dmd-bitbucket --files lib/*.js > API.md",
    "clean": "rm -Rf docs API.md",
    "build": "npm run clean && npm run lint && npm run test && npm run doc && npm run gitdoc"
  },
  "author": "“Florian <f.schaper@reply.de>",
  "license": "MIT",
  "repository": "bitbucket:openreply-de/emw-request-id",
  "devDependencies": {
    "chai": "^4.3.4",
    "dmd-bitbucket": "^0.1.10",
    "eslint": "^7.26.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-async-await": "0.0.0",
    "eslint-plugin-chai-friendly": "^0.7.1",
    "eslint-plugin-import": "^2.23.2",
    "eslint-plugin-mocha": "^8.1.0",
    "eslint-plugin-security": "^1.4.0",
    "express": "^4.17.1",
    "jsdoc": "^3.6.7",
    "jsdoc-to-markdown": "^7.0.1",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "sinon": "^10.0.0"
  },
  "dependencies": {
    "uuid": "^8.3.2"
  }
}
