{
  "name": "ng2-logger",
  "version": "21.0.48",
  "scripts": {
    "taon init": "taon init",
    "taon start": "taon start",
    "taon build:lib": "taon build:lib",
    "taon build:watch:lib": "taon build:watch:lib",
    "taon build:watch:app": "taon build:watch:app",
    "taon build:watch:electron": "taon build:watch:electron",
    "taon docs": "taon docs",
    "taon docs:watch": "taon docs:watch",
    "taon clear": "taon clear",
    "taon release": "taon release",
    "taon release:auto": "taon release:auto",
    "taon release:install:locally": "taon release:install:locally",
    "taon migration:create": "taon migration:create",
    "taon migration:run": "taon migration:run",
    "taon migration:revert": "taon migration:revert",
    "taon vscode:temp:show": "taon vscode:temp:show",
    "taon vscode:temp:hide": "taon vscode:temp:hide"
  },
  "license": "MIT",
  "author": {
    "name": "Dariusz Filipiak"
  },
  "private": false,
  "homepage": "https://github.com/darekf77/ng2-logger#readme",
  "bugs": {
    "url": "https://github.com/darekf77/ng2-logger/issues"
  },
  "dependencies": {
    "chalk": "^2.3.2",
    "json-stringify-safe": "^5.0.1",
    "json5": "~2.2.3",
    "randomcolor": "^0.5.3",
    "tnp-core": "~21.0.0"
  },
  "description": "isomorphic logger for browser/server in typescript",
  "keywords": [
    "isomorphic",
    "logger",
    "logging",
    "logowanie",
    "log",
    "typescript"
  ],
  "main": "dist/app.electron.js",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darekf77/ng2-logger.git"
  },
  "bin": {
    "ng2-logger": "bin/ng2-logger",
    "ng2-logger-debug": "bin/ng2-logger-debug",
    "ng2-logger-debug-brk": "bin/ng2-logger-debug-brk"
  },
  "peerDependencies": {},
  "devDependencies": {}
}
