guanghulab/backend/memory/package.json
2026-05-10 13:12:44 +08:00

20 lines
366 B
JSON

{
"name": "memory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1",
"mime-types": "^3.0.2",
"multer": "^2.1.1",
"uuid": "^13.0.0"
}
}