express-nemo-correlation-id
Version:
A middleware for express, extending requests with a correlation id
44 lines (43 loc) • 1.29 kB
JSON
{
"name": "express-nemo-correlation-id",
"version": "1.3.0",
"description": "A middleware for express, extending requests with a correlation id",
"main": "index.js",
"scripts": {
"test": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --slow 10 -r chai/register-expect",
"test:watch": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --watch --slow 10 -r chai/register-expect",
"lint": "eslint --ext .js .",
"lint-fix": "eslint --fix --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/StenaIT/express-nemo.git"
},
"keywords": [
"stena",
"express",
"middleware",
"http",
"correlationid"
],
"author": "Giorgio Salmi <giorgio.salmi@stena.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StenaIT/express-nemo/issues"
},
"homepage": "https://github.com/StenaIT/express-nemo#readme",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.1.2",
"prettier-eslint": "^13.0.0"
},
"dependencies": {
"uuid": "^8.3.2"
}
}