{
  "name": "@epdoc/console-logger",
  "version": "0.5.7",
  "description": "A simple console logger for Node.js with terminal color support",
  "main": "dist/src/index.js",
  "author": "James Pravetz <jpravetz@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "clean": "rimraf dist coverage",
    "build": "rimraf dist && tsc",
    "clear-warning": "watchman watch-del-all > /dev/null",
    "test": "npm run clear-warning; jest --runInBand",
    "format": "prettier --write 'src/**/*.ts'",
    "launch": "node launchgen.js",
    "publish": "npm publish --access public",
    "start": "node dist/src/index.js"
  },
  "dependencies": {
    "@epdoc/timeutil": "^2.6.0",
    "@epdoc/typeutil": "^2.3.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.13",
    "@types/node": "^22.5.4",
    "eslint": "^9.10.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-unicorn": "^55.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.2"
  }
}
