{
  "name": "@vizir/simple-json-logger",
  "version": "4.0.0",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "dist/src"
  ],
  "scripts": {
    "prepare": "tsc",
    "lint": "eslint . --ext ts",
    "pretest": "npm run lint",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "keywords": [
    "simple json logger",
    "logger",
    "typescript logger",
    "typescript"
  ],
  "author": "Vizir Software Studio <contato@vizir.com.br>",
  "contributors": [
    "Tiago de Assis Gonçalves <contato@tiagogoncalves.com.br>"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/faker": "^5.5.8",
    "@types/jest": "^27.0.1",
    "@types/json-stringify-safe": "^5.0.0",
    "@types/lossless-json": "^1.0.1",
    "@types/node": "^16.9.2",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jest": "^24.4.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-sonarjs": "^0.10.0",
    "faker": "^5.5.3",
    "husky": "^7.0.2",
    "jest": "^27.2.0",
    "prettier": "^2.4.1",
    "pretty-quick": "^3.1.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "callsites": "^3.1.0",
    "json-stringify-safe": "^5.0.1",
    "lossless-json": "^1.0.5",
    "serialize-error": "^8.1.0"
  },
  "description": "The simplest json logger. Include typescript definitions.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vizir/simple-json-logger.git"
  },
  "bugs": {
    "url": "https://github.com/vizir/simple-json-logger/issues"
  },
  "homepage": "https://github.com/vizir/simple-json-logger#readme",
  "publishConfig": {
    "access": "public"
  }
}
