filesharing/package.json

33 lines
806 B
JSON
Raw Permalink Normal View History

2022-08-25 06:34:16 +00:00
{
2022-08-26 12:46:06 +00:00
"name": "filesharing",
2022-08-25 06:34:16 +00:00
"version": "0.1.0",
2022-08-26 12:46:06 +00:00
"description": "文件分享",
2022-08-25 06:34:16 +00:00
"main": "server.js",
"scripts": {
"start": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-08-26 12:46:06 +00:00
"url": "ssh://git@nas:2222/zhaoxin/filesharing.git"
2022-08-25 06:34:16 +00:00
},
"keywords": [],
"author": "Zhao Xin <7176466@qq.com>",
"license": "MIT",
"dependencies": {
2022-09-06 16:01:56 +00:00
"bcryptjs": "^2.4.3",
"cron": "^2.1.0",
"dotenv": "^16.0.1",
2022-08-25 06:43:38 +00:00
"express": "^4.18.1",
2022-08-27 02:33:20 +00:00
"filesize": "^9.0.11",
2022-08-26 07:22:49 +00:00
"md5-file": "^5.0.0",
2022-08-26 15:31:57 +00:00
"moment": "^2.29.4",
"mongoose": "^6.5.3",
2022-08-26 07:22:49 +00:00
"multer": "^1.4.5-lts.1",
2022-08-25 06:43:38 +00:00
"pug": "^3.0.2"
2022-08-25 06:34:16 +00:00
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}