{ "name": "@nixkrystik/logger", "description": "Simple, scalable logging package.", "version": "1.0.0", "author": { "name": "Nix Krystik", "url": "https://teamhydra.dev/" }, "repository": { "url": "https://git.hep.gg/nix/logger" }, "bugs": { "url": "https://git.hep.gg/nix/logger/issues" }, "scripts": { "prepublish": "tsc" }, "dependencies": { "chalk": "5.6.2" }, "devDependencies": { "@types/node": "25.4.0", "typescript": "5.9.3" } }