From 30b246c5a13aced6389181c62296326cfe20c3d7 Mon Sep 17 00:00:00 2001 From: Zhuang <2157780849@qq.com> Date: Fri, 11 Oct 2024 17:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7a316fa --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "server", + "version": "1.0.0", + "main": "index.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "dependencies": { + "axios": "^1.7.7", + "chai": "^5.1.1", + "cors": "^2.8.5", + "express": "^4.21.0", + "http-proxy-middleware": "^3.0.3", + "mocha": "^10.7.3" + } +}