31 lines
506 B
JSON
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"
|
|
}
|
|
} |