{
  "name": "ton-logger",
  "description": "Logger set and configurations for datadog",
  "author": "Ton Stone",
  "contributors": [
    "Rafael Buiat Cassiano da Silva <rabuiat@hotmail.com> (https://github.com/Rabuiat)",
    "Eduardo Calazans Júnior <eduardo.cjunior@stone.com.br> (https://github.com/eduardocalazansjr)",
    "Emerson Katsumi Matsumoto <emerson.matsumoto@pagar.me> (https://github.com/emersonmatsumoto)",
    "Gabriel Oliveira <gabriel.holiveira@stone.com.br> (https://github.com/STNgabrieloliveira)"
  ],
  "version": "1.3.2",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "keywords": [
    "ton",
    "stone",
    "log",
    "datadog"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stone-ton/ton-logger"
  },
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "AWS_PROFILE=sm-sdx sls offline --noPrependStageInUrl",
    "test": "LOGGER_LEVEL=OFF jest",
    "test:watch": "LOGGER_LEVEL=OFF jest --watch",
    "test:coverage": "LOGGER_LEVEL=OFF jest --coverage",
    "lint": "eslint --ext .ts src"
  },
  "devDependencies": {
    "@stone-ton/eslint-config-ton": "^0.2.0",
    "@types/jest": "^29.2.5",
    "@types/node": "^18.11.18",
    "@types/pino": "^7.0.5",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "eslint": "^8.14.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.0",
    "eslint-plugin-promise": "^6.0.0",
    "jest": "^29.3.1",
    "jest-mock-extended": "^3.0.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "object-path-immutable": "~4.1.2",
    "pino": "~8.12.1"
  }
}
