{
  "name": "@genie-solutions/genie-logger",
  "version": "1.0.2",
  "description": "Reusable Node.js logger for platform Lambda services.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --clearCache && jest",
    "lint": "tsc --noEmit && eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.geniesolutions.com.au:common/genie-logger.git"
  },
  "license": "ISC",
  "dependencies": {
    "uuid": "^3.3.2",
    "winston": "^3.2.1",
    "winston-transport": "^4.3.0"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/node": "^11.13.0",
    "@types/uuid": "^7.0.3",
    "@types/winston": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "eslint": "^6.8.0",
    "jest": "^26.0.1",
    "ts-jest": "^25.5.0",
    "typescript": "^3.8.3"
  },
  "keywords": [
    "Genie",
    "logger"
  ]
}
