{
  "name": "@strapi/logger",
  "version": "4.13.6",
  "description": "Strapi's logger",
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "build": "run -T tsc",
    "build:ts": "run -T tsc",
    "watch": "run -T tsc -w --preserveWatchOutput",
    "clean": "run -T rimraf ./dist",
    "prepublishOnly": "yarn clean && yarn build",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "lodash": "4.17.21",
    "winston": "3.10.0"
  },
  "devDependencies": {
    "eslint-config-custom": "4.13.6",
    "tsconfig": "4.13.6"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
