47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "wanwanyun-backend",
|
|
"version": "3.1.0",
|
|
"description": "玩玩云 - 云存储管理平台后端服务",
|
|
"main": "server.js",
|
|
"engines": {
|
|
"node": ">=20.19 <25"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js",
|
|
"test": "npm run test:unit && npm run test:integration && node test_download_quota_defaults.js",
|
|
"test:unit": "node tests/run-all-tests.js",
|
|
"test:integration": "node tests/full-audit-regression.js"
|
|
},
|
|
"keywords": [
|
|
"cloud-storage",
|
|
"oss",
|
|
"s3",
|
|
"file-manager",
|
|
"alibaba-cloud",
|
|
"tencent-cloud"
|
|
],
|
|
"author": "玩玩云团队",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.985.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.985.0",
|
|
"archiver": "^8.0.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-sqlite3": "^11.8.1",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-async-errors": "3.1.1",
|
|
"express-rate-limit": "8.6.1",
|
|
"express-validator": "^7.3.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lodash": "^4.17.23",
|
|
"multer": "^2.2.0",
|
|
"nodemailer": "^9.0.3",
|
|
"pino": "10.3.1",
|
|
"svg-captcha": "^1.4.0"
|
|
}
|
|
}
|