{
  "name": "universe-log",
  "version": "5.2.0",
  "description": "Universal javascript log for node and browser. Suitable for libraries and microservices. Configurable via env and window. Extendable",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "check": "if echo \"$(node --version)\" | grep -q \"$(cat .nvmrc)\"; then echo \"Node version correct\"; else echo \"Node version does not match that in .nvmrc\" && exit 1; fi",
    "build:cleanbefore": "rm -rf dist",
    "build:lint": "tslint -c tslint.json -p tsconfig.lint.json",
    "build:node": "tsc",
    "build": "npm run check && npm run build:cleanbefore && npm run build:node && npm run build:lint",
    "prepare": "NODE_ENV=production npm run build",
    "test": "find src -name '*.spec.test.ts' | TS_NODE_FILES=true TS_NODE_CACHE=false TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' xargs mocha -r ts-node/register --require source-map-support/register",
    "verify": "find src -name '*.integration.test.ts' | TS_NODE_FILES=true TS_NODE_CACHE=false TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' xargs mocha -r ts-node/register --require source-map-support/register",
    "lint-fix": "tslint --fix -c tslint.json -p tsconfig.lint.json",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "ow": "^0.13.2",
    "typescript-chained-error": "^1.3.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@types/bluebird": "3.5.27",
    "@types/chai": "^4.2.0",
    "@types/chai-as-promised": "^7.1.2",
    "@types/lodash": "4.14.136",
    "@types/mocha": "5.2.7",
    "@types/node": "^12.7.1",
    "@types/sinon": "7.0.13",
    "@types/uuid": "3.4.5",
    "bluebird": "3.5.5",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "husky": "^3.0.3",
    "lodash": "^4.17.15",
    "mocha": "^6.2.0",
    "semantic-release": "^15.13.19",
    "sinon": "^7.4.1",
    "ts-node": "8.3.0",
    "tslint": "5.18.0",
    "typescript": "3.5.3",
    "uuid": "3.3.2",
    "wise-tslint-configuration": "0.2.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "header-max-length": [
        0
      ],
      "scope-case": [
        0
      ]
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "release": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/wise-team/universe-log"
  },
  "keywords": [
    "log"
  ],
  "author": "The Wise Team (https://wise-team.io/)",
  "contributors": [
    "Jędrzej Lewandowski <jedrzejblew@gmail.com> (https://jedrzej.lewandowski.doctor/)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wise-team/universe-log/issues"
  },
  "homepage": "https://wise.vote/"
}
