Files
logger/package.json
2026-03-11 18:12:55 +08:00

31 lines
506 B
JSON

{
"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"
}
}