(init): Add initial logger files.

This commit is contained in:
Nix "UwU" Krystik
2026-03-11 18:12:55 +08:00
commit b681797759
11 changed files with 204 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"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"
}
}