filesharing/package.json
2022-09-07 00:01:56 +08:00

33 lines
806 B
JSON

{
"name": "filesharing",
"version": "0.1.0",
"description": "文件分享",
"main": "server.js",
"scripts": {
"start": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@nas:2222/zhaoxin/filesharing.git"
},
"keywords": [],
"author": "Zhao Xin <7176466@qq.com>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cron": "^2.1.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"filesize": "^9.0.11",
"md5-file": "^5.0.0",
"moment": "^2.29.4",
"mongoose": "^6.5.3",
"multer": "^1.4.5-lts.1",
"pug": "^3.0.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}