{
  "name": "@c6o/logger",
  "version": "0.0.17",
  "description": "CodeZero logger module",
  "keywords": [
    "codezero",
    "logger"
  ],
  "author": "Robb Lovell <robblovell@gmail.com>",
  "homepage": "https://github.com/robblovell",
  "license": "UNLICENSED",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nsainaney/traxitt.git"
  },
  "scripts": {
    "obfuscate": "javascript-obfuscator ./lib --output ./dist --config ../../obfuscate.json",
    "postobfuscate": "rm -rf lib && mv ./dist/lib . && rmdir dist",
    "build": "tsc -b",
    "develop": "tsc -b -w --preserveWatchOutput"
  },
  "bugs": {
    "url": "https://github.com/nsainaney/codezero/issues"
  },
  "dependencies": {
    "callsite": "^1.0.0",
    "debug": "^4.1.1",
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13",
    "winston": "^3.2.1",
    "winston-elasticsearch": "^0.9.0"
  }
}
