clrsole
Version:
Colorful `console.log` for structured logging.
45 lines • 1.08 kB
JSON
{
"name": "clrsole",
"description": "Colorful `console.log` for structured logging.",
"version": "6.0.0",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"main": "dist/index.js",
"keywords": [
"console",
"log",
"color"
],
"files": [
"dist"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fengxinming/node-collection.git"
},
"author": "Jesse Feng <fxm0016@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengxinming/node-collection/issues"
},
"homepage": "https://fengxinming.github.io/node-collection/modules/clrsole/",
"dependencies": {
"base-log-factory": "^3.0.0",
"blf-debug-appender": "^2.0.0",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.1",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-external": "^6.2.1",
"vitest": "^3.1.1"
},
"scripts": {
"build": "vite build",
"release": "pnpm publish --no-git-checks",
"example": "vite-node ./example.ts"
}
}