{
  "name": "@user-office-software/duo-logger",
  "version": "2.3.2",
  "description": "Logger implementation",
  "author": "SWAP",
  "license": "ISC",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "clean": "rm -rf ./lib",
    "build": "npm run clean && tsc -p ./tsconfig.build.json"
  },
  "dependencies": {
    "fast-safe-stringify": "^2.1.1",
    "gelf-pro": "^1.3.11",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/UserOfficeProject/user-office-lib.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "npm": ">=9.0.0",
    "node": ">=18.0.0"
  },
  "gitHead": "14ad0815835f33a41732d024ea6adaf55a4b488d"
}
