{
  "name": "@unional/logging",
  "version": "1.0.5",
  "description": "A logging library that doesn't suck",
  "homepage": "https://github.com/unional/logging",
  "bugs": {
    "url": "https://github.com/unional/logging/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unional/logging.git"
  },
  "license": "MIT",
  "author": {
    "name": "Homa Wong (unional)",
    "email": "homawong@gmail.com"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "bundle": "webpack",
    "clean": "rimraf dist lib *.tsbuildinfo",
    "dc": "yarn dependency-check",
    "dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
    "test": "jest --reporters=default",
    "verify": "yarn build && yarn dc && yarn bundle && yarn test",
    "preversion": "yarn clean && yarn verify",
    "watch": "jest --watch"
  },
  "peerDependencies": {
    "global-store": "^0.8.1"
  },
  "dependencies": {
    "aurelia-logging": "^1.5.2",
    "global-store": "^0.8.1",
    "is-node": "^1.0.2",
    "type-plus": "^1.18.0"
  },
  "devDependencies": {
    "aurelia-logging-memory": "^1.0.4"
  }
}
