{
  "name": "ts-log-debug",
  "version": "5.5.3",
  "description": "A multi channel logger written in TypeScript.",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "private": false,
  "author": "Romain Lenzotti",
  "license": "MIT",
  "repository": "https://github.com/TypedProject/logger",
  "keywords": [
    "ts",
    "log",
    "debug",
    "typescript",
    "trace"
  ],
  "bugs": {
    "url": "https://github.com/TypedProject/logger/issues"
  },
  "homepage": "https://github.com/TypedProject/logger.git/packages/legacy",
  "scripts": {
    "build": "tsc --build tsconfig.compile.json",
    "build:doc": "tsc --build tsconfig.doc.json"
  },
  "dependencies": {
    "@tsed/logger": "5.5.3"
  },
  "peerDependencies": {
    "source-map-support": "^0.5.16"
  },
  "devDependencies": {}
}