{
  "name": "diy-log",
  "version": "2.5.2",
  "description": "Various console log level prefixes with support for color symbols and tags.",
  "keywords": [
    "log",
    "logger",
    "colors",
    "console",
    "symbols",
    "tags",
    "console.log",
    "log symbols",
    "logging",
    "terminal"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "rm -rf dist && tsup ./index.ts --dts --format cjs,esm",
    "demo": "node ./example/index.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Marinerer/diy-log.git"
  },
  "author": "Mervin <mengqing723@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Marinerer/diy-log/issues"
  },
  "homepage": "https://github.com/Marinerer/diy-log#readme",
  "dependencies": {
    "picocolors": "^1.0.0",
    "time-stamp": "^2.2.0"
  },
  "devDependencies": {
    "@types/node": "^18.7.18",
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "tsup": "^6.7.0",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.5"
  }
}
