From 8904ae72a3493428dd9842481109b44ab9a50266 Mon Sep 17 00:00:00 2001 From: knaito-asial Date: Thu, 19 Mar 2026 14:59:51 +0900 Subject: [PATCH] feat: add fs-extra --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff6f4a..1406bd9 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "@xmldom/xmldom": "^0.8.0", "colors": "^0.6.2", "compare-versions": "3.0.1", + "fs-extra": "^11.3.4", "inquirer": "^8.2.6", "ip": "^1.1.5", "minimist": "^1.2.8", @@ -48,4 +49,4 @@ "devDependencies": { "jest": "^24.9.0" } -} \ No newline at end of file +}