diff --git a/package.json b/package.json index 1395940..2a17569 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,8 @@ "type": "module", "main": "log.mjs", "author": "@ZombieBrine13092 on GitHub, @zombieb on Discord", - "license": "ISC" + "license": "ISC", + "dependencies": { + "chalk": "^5.3.0" + } }