Update package.json

Add `localtunnel` dependency
This commit is contained in:
被遗忘的记忆
2024-07-01 09:35:27 +08:00
committed by 蚊子
parent 7ea39f9046
commit 9c58eb3fec
+2 -1
View File
@@ -14,6 +14,7 @@
"express": "^4.19.2",
"form-data": "^4.0.0",
"puppeteer-real-browser": "^1.2.18",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"localtunnel": ""
}
}