From 99e09ae5c9780a02e482c1b074ca53012c4e31fe Mon Sep 17 00:00:00 2001
From: BaicaijunOvO <152287738+BaicaijunOvO@users.noreply.github.com>
Date: Fri, 16 Aug 2024 01:13:59 +0800
Subject: [PATCH] feat: add speedtouch (#248)

[skip ci]

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced the "speedtouch" package to enhance dependency management
within the project.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 6752fed..01a3efa 100644
--- a/package.json
+++ b/package.json
@@ -18533,6 +18533,9 @@
     },
     "trzsz": {
       "version": "*"
+    },
+    "speedtouch": {
+      "version": "*"
     }
   }
 }