{
  "name": "@appruut/logger",
  "version": "1.0.4",
  "description": "Logging module for Node.js applications",
  "main": "dist/index.js",
  "scripts": {
    "mrm": "mrm --preset=@appruut/node-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "clean": "del-cli dist",
    "compile": "npm run lint && npm run clean && tsc",
    "build": "npm run compile",
    "prepublishOnly": "npm run build",
    "lint": "eslint . --ext=.ts",
    "format": "prettier --write .",
    "commit": "git-cz",
    "release": "np",
    "version": "npm run build",
    "sync-labels": "github-label-sync --labels ./node_modules/@appruut/node-preset/gh-labels.json appruut/logger"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/appruut/logger.git"
  },
  "keywords": [
    "logging",
    "appruut"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/appruut/logger/issues"
  },
  "homepage": "https://github.com/appruut/logger#readme",
  "devDependencies": {
    "@adonisjs/require-ts": "^2.0.7",
    "@appruut/eslint-plugin": "^1.1.6",
    "@appruut/node-preset": "^1.1.3",
    "@types/node": "^16.4.1",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "del-cli": "^4.0.1",
    "doctoc": "^2.0.1",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "github-label-sync": "^2.0.2",
    "husky": "^7.0.1",
    "japa": "^3.1.1",
    "mrm": "^3.0.5",
    "np": "^7.5.0",
    "prettier": "^2.3.2",
    "typescript": "^4.3.5"
  },
  "files": [
    "dist/typings",
    "dist/src",
    "dist/index.d.ts",
    "dist/index.js"
  ],
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "np": {
    "contents": ".",
    "anyBranch": false,
    "publish": true,
    "test": false,
    "branch": "ruut"
  },
  "dependencies": {
    "@textlint/markdown-to-ast": "^12.0.2",
    "@types/pino": "^6.3.9",
    "abstract-logging": "^2.0.1",
    "pino": "^6.13.0",
    "pino-pretty": "^5.1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
