{
  "name": "integration-logs",
  "version": "0.0.2",
  "description": "Integration Logs for axios request with mongoose ORM.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucasltv/integration-logs.git"
  },
  "keywords": [
    "logs",
    "mongooose",
    "axios",
    "integration"
  ],
  "author": "lucasltv@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lucasltv/integration-logs/issues"
  },
  "homepage": "https://github.com/lucasltv/integration-logs#readme",
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "jest": "^25.5.2",
    "prettier": "^2.0.5",
    "ts-jest": "^25.4.0",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  },
  "files": [
    "lib/**/*"
  ]
}