{
  "name": "@eagleuse/utils",
  "version": "1.0.5",
  "description": "eagleuse common utils library.",
  "keywords": [
    "logger",
    "progressBar"
  ],
  "author": "meetqy <meetqy@qq.com>",
  "homepage": "https://rao.pics",
  "scripts": {
    "build": "vite build"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meetqy/eagleuse.git"
  },
  "bugs": {
    "url": "https://github.com/meetqy/eagleuse/issues"
  },
  "dependencies": {
    "pino": "^8.10.0",
    "pino-pretty": "^9.3.0"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "gitHead": "0f648b6789768d26290da6b7b0207de27647edfe"
}
