From 6f81b63249f8d94ea218e6988b8650a8367d885b Mon Sep 17 00:00:00 2001 From: Andrey <66987756+Charkos0ff@users.noreply.github.com> Date: Fri, 21 May 2021 17:40:20 +0300 Subject: [PATCH] Update package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d3c4a7c..308bd44 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,8 @@ "author": "CharkosOff", "license": "ISC", "dependencies": { - "axios": "^0.21.1", "colors": "^1.4.0", "fs": "*", - "os": "^0.1.1", - "process": "^0.11.10", - "readline": "^1.3.0" + "os": "^0.1.1" } }