{
  "name": "node-color-log",
  "version": "14.0.0",
  "description": "The more powerful JavaScript logger for NodeJS and browsers.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "test": "bash ./test/test_main.sh",
    "test-windows": "powershell -File test/test_main.ps1",
    "jest": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tigercosmos/node-color-log.git"
  },
  "keywords": [
    "color",
    "log",
    "js",
    "logger"
  ],
  "author": "tigercosmos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tigercosmos/node-color-log/issues"
  },
  "homepage": "https://github.com/tigercosmos/node-color-log",
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-expect-message": "^1.1.3"
  }
}
