{
  "name": "@spot-meetings/backend-logger",
  "version": "2.3.0",
  "description": "Spot's backend logger module.",
  "main": "lib/index.js",
  "scripts": {
    "test": "nyc mocha -r ts-node/register test/**/*.spec.ts",
    "postversion": "git push --follow-tags",
    "build": "tsc && npm run docs",
    "docs": "typedoc",
    "prepack": "npm test && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SpotMeetings/backend-logger.git"
  },
  "keywords": [
    "spot",
    "meetings",
    "custom",
    "backend",
    "logger",
    "winston"
  ],
  "author": "Spot Meetings (https://github.com/SpotMeetings) <info@meetwithspot.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SpotMeetings/backend-logger/issues"
  },
  "homepage": "https://github.com/SpotMeetings/backend-logger#readme",
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "date-fns": "^2.24.0",
    "json-colorizer": "^2.2.2",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@spot-meetings/code-style": "^0.4.0",
    "@types/chai": "^4.2.17",
    "@types/faker": "^5.5.3",
    "@types/mocha": "^9.0.0",
    "@types/node": "^14.17.10",
    "@types/test-console": "^1.1.1",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "faker": "^5.5.3",
    "mocha": "^9.0.3",
    "nyc": "^15.1.0",
    "react": "^17.0.2",
    "test-console": "^2.0.0",
    "ts-node": "^10.2.1",
    "typedoc": "^0.21.6",
    "typescript": "^4.2.4"
  }
}
