{
  "name": "cazoo-logger",
  "version": "6.5.0",
  "description": "Codified standards for structured logging",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "watch": "jest --watch",
    "lint": "yarn eslint '**/*.ts'",
    "fix": "yarn eslint '**/*.ts' --fix",
    "clean": "rm -rf dist",
    "build": "yarn clean && tsc",
    "preversion": "yarn test && yarn build",
    "postversion": "git push --follow-tags"
  },
  "author": "",
  "license": "ISC",
  "repository": "github:Cazoo-uk/logger",
  "devDependencies": {
    "@types/aws-lambda": "^8.10.27",
    "@types/jest": "^24.9.0",
    "@types/node": "^12.0.8",
    "@types/uuid": "^3.4.4",
    "@typescript-eslint/eslint-plugin": "^2.6.0",
    "@typescript-eslint/parser": "^1.10.2",
    "aws-lambda": "^1.0.5",
    "cross-env": "^5.2.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.1",
    "flush-write-stream": "^2.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "qodaa": "^1.0.1",
    "split2": "^3.1.1",
    "ts-jest": "^24.3.0",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "@types/pino": "5.17.0",
    "pino": "5.17.0",
    "pino-pretty": "^3.2.0",
    "uuid": "^3.3.2"
  },
  "publishConfig": {
    "@cazoo:registry": "https://gitlab.com/api/v4/projects/12953833/packages/npm/"
  },
  "files": [
    "dist/*"
  ]
}
