{ "name": "@nixkrystik/logger", "description": "A heavily stripped down logging library for JavaScript & TypeScript.", "version": "1.0.2", "author": { "name": "Nix Krystik", "url": "https://teamhydra.dev/" }, "repository": { "url": "https://git.hep.gg/nix/logger", "type": "git" }, "bugs": { "url": "https://git.hep.gg/nix/logger/issues" }, "license": "BSD-3-Clause", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "tsc" }, "devDependencies": { "@types/node": "25.4.0", "typescript": "5.9.3" } }