bunny-log
Version:
🐰 Beautiful console logging with auto-categories, hex colors, and advanced tables
62 lines (61 loc) • 1.31 kB
JSON
{
"name": "bunny-log",
"version": "2.1.7",
"description": "🐰 Beautiful console logging with auto-categories, hex colors, and advanced tables",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"build": "bun run build.ts",
"test": "bun test tests/bunnyLog.test.js",
"dev": "bun run example/index.js",
"clean": "rm -rf dist"
},
"keywords": [
"logging",
"console",
"colors",
"table",
"chalk",
"typescript",
"bunny",
"logger",
"hex-colors",
"auto-categories"
],
"author": "Hasiradoo",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.0.0",
"bun-plugin-dts": "^0.3.0"
},
"engines": {
"node": ">=16.0.0",
"bun": ">=1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rabbit-tale-co/bunny-log.git"
},
"bugs": {
"url": "https://github.com/rabbit-tale-co/bunny-log/issues"
},
"homepage": "https://github.com/rabbit-tale-co/bunny-log#readme"
}