cos-test/package.json
2025-05-21 01:09:54 +08:00

22 lines
511 B
JSON

{
"name": "cos-test",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.812.0",
"cos-nodejs-sdk-v5": "^2.14.7",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"minio": "^8.0.5"
}
}