(init): Add initial logger files.
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user