Files
Asset-cache/package.json
Snowz a472949064 chore: 更新依赖模块的配置和类型定义文件
更新多个依赖模块的配置文件、类型定义文件和测试文件,包括添加新的类型定义、调整构建配置和更新测试用例。主要涉及dotenv、debug、axios等常用模块的维护性更新。
2025-11-22 00:39:55 +08:00

16 lines
292 B
JSON

{
"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"
}
}