(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/" "url": "https://teamhydra.dev/"
}, },
"repository": { "main": "dist/index.js",
"url": "https://git.hep.gg/nix/logger" "types": "dist/index.d.ts",
},
"bugs": {
"url": "https://git.hep.gg/nix/logger/issues"
},
"scripts": { "scripts": {
"prepublish": "tsc" "prepublish": "tsc"
}, },
"dependencies": {
"chalk": "5.6.2"
},
"devDependencies": { "devDependencies": {
"@types/node": "25.4.0", "@types/node": "25.4.0",
"typescript": "5.9.3" "typescript": "5.9.3"