{
	"name": "logel",
	"type": "module",
	"version": "0.8.3",
	"description": "Externally controlled logging subsystem",
	"bin": {
		"logel-pretty": "bin/logel-pretty"
	},
	"scripts": {
		"test": "c8 ava",
		"lint": "biome check && biome check lib/logel-pretty.js",
		"lint-fix": "biome check --write && biome check lib/logel-pretty.js --write"
	},
	"exports": "./index.js",
	"files": ["index.js", "index.d.ts", "lib", "bin"],
	"types": "index.d.ts",
	"author": "Yanis Benson",
	"license": "CC0-1.0",
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"ava": "^6.1.3",
		"c8": "^10.1.2"
	},
	"dependencies": {
		"chalk": "^5.3.0",
		"node-console-colors": "^2.0.5",
		"sonic-boom": "^4.0.1",
		"split2": "^4.2.0"
	},
	"directories": {
		"example": "examples"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/stroncium/logel.git"
	},
	"keywords": ["log", "logging", "env"],
	"bugs": {
		"url": "https://github.com/stroncium/logel/issues"
	},
	"homepage": "https://github.com/stroncium/logel#readme"
}
