{
  "name": "@totalsoft/pino-multitenancy",
  "description": "Correlation id mixin for pino",
  "version": "2.0.1",
  "author": "TotalSoft",
  "packageManager": "yarn@3.2.0",
  "type": "commonjs",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "composite": true,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/osstotalsoft/rocket-toolkit.git",
    "directory": "packages/pino-multitenancy"
  },
  "keywords": [
    "multitenancy"
  ],
  "scripts": {
    "build": "run clean && tsc --project tsconfig.build.json",
    "lint": "eslint src/*.ts",
    "clean": "rimraf dist",
    "test": "jest --collectCoverage --passWithNoTests --verbose --silent=false --runInBand"
  },
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.8.7",
    "@types/uuid": "^10.0.0",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "@totalsoft/multitenancy-core": "2.0.1"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "verbose": true
  },
  "license": "MIT"
}
