{
  "name": "@rharkor/logger",
  "version": "1.3.3",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "scripts": {
    "build": "pkgroll",
    "type-check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prettier": "prettier --check \"src/**/*.{ts,d.ts}\"",
    "prettier:fix": "prettier --write \"src/**/*.{ts,d.ts}\"",
    "test": "npm run -s build && run-s test:*",
    "test:esm": "npm run -s -w test/esm test",
    "test:cjs": "npm run -s -w test/cjs test",
    "debug": "npm run -s build && tsx debug/index.js"
  },
  "author": "HUORT Louis (https://louis.huort.com)",
  "homepage": "https://github.com/rharkor/logger",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rharkor/logger.git"
  },
  "license": "MIT",
  "description": "A simple logger for all your applications",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "logger",
    "log",
    "console",
    "cli",
    "terminal",
    "color",
    "colorful",
    "colorful-log",
    "colorful-logger",
    "colorful-console"
  ],
  "workspaces": [
    "test/*"
  ],
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "dependencies": {
    "chalk": "^5.3.0"
  },
  "type": "module",
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.0",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/release-notes-generator": "^14.0.0",
    "@types/node": "^22.0.0",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "eslint": "^9.8.0",
    "globals": "^15.8.0",
    "npm-run-all2": "^6.0.0",
    "pkgroll": "^2.1.1",
    "prettier": "3.3.3",
    "semantic-release": "^24.0.0",
    "tsx": "^4.16.2",
    "typescript": "^5.4.3",
    "typescript-eslint": "^7.18.0"
  },
  "overrides": {
    "eslint": "^9.8.0"
  }
}
