(deps): Remove chalk... why did i include chalk?

This commit is contained in:
Nix "UwU" Krystik
2026-03-11 23:12:40 +08:00
parent 40b08fc804
commit 390376aeef
2 changed files with 3 additions and 11 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
registry=https://npm.hep.gg

View File

@@ -8,22 +8,13 @@
"url": "https://teamhydra.dev/"
},
"repository": {
"url": "https://git.hep.gg/nix/logger"
},
"bugs": {
"url": "https://git.hep.gg/nix/logger/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"dependencies": {
"chalk": "5.6.2"
},
"devDependencies": {
"@types/node": "25.4.0",
"typescript": "5.9.3"