{
  "name": "@emartech/cls-adapter",
  "version": "3.0.0",
  "description": "Continuation Local Storage made easy",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./src/ --recursive",
    "test:watch": "mocha ./src/ --recursive --watch",
    "semantic-release": "CI=true semantic-release",
    "koa-example": "DEBUG=* node examples/koa.js",
    "express-example": "DEBUG=* node examples/express.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emartech/cls-adapter.git"
  },
  "dependencies": {
    "cls-hooked": "4.2.2",
    "lodash": "4.18.1"
  },
  "devDependencies": {
    "chai": "4.3.10",
    "express": "4.18.2",
    "koa": "2.14.2",
    "mocha": "10.2.0",
    "semantic-release": "22.0.5",
    "sinon": "16.1.0",
    "sinon-chai": "3.7.0"
  },
  "keywords": [
    "threading",
    "shared",
    "context",
    "middleware"
  ],
  "author": "Emartech",
  "engines": {
    "node": ">= 15.6.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emartech/cls-adapter/issues"
  },
  "homepage": "https://github.com/emartech/cls-adapter#readme"
}
