{
  "name": "@ntnyq/logger",
  "version": "0.0.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "",
  "keywords": [],
  "license": "MIT",
  "author": {
    "name": "ntnyq",
    "email": "ntnyq13@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ntnyq/ntnyq-utils.git",
    "directory": "packages/logger"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./*": "./*"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "homepage": "https://github.com/ntnyq/ntnyq-utils#readme",
  "bugs": {
    "url": "https://github.com/ntnyq/ntnyq-utils/issues"
  },
  "dependencies": {
    "dayjs": "^1.11.2",
    "picocolors": "^1.0.0"
  },
  "scripts": {
    "clean": "rimraf dist lib *.tsbuildinfo",
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}