chore: 更新依赖模块的配置和类型定义文件

更新多个依赖模块的配置文件、类型定义文件和测试文件,包括添加新的类型定义、调整构建配置和更新测试用例。主要涉及dotenv、debug、axios等常用模块的维护性更新。
This commit is contained in:
2025-11-22 00:39:55 +08:00
commit a472949064
6 changed files with 1863 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "asset-cache-server",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.13.2",
"express": "^5.1.0",
"morgan": "^1.10.1",
"multer": "^2.0.2",
"dotenv": "^16.4.5"
}
}