{ "name": "fileshare", "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/fileshare.git" }, "keywords": [], "author": "Zhao Xin <7176466@qq.com>", "license": "MIT", "dependencies": { "dotenv": "^16.0.1", "express": "^4.18.1", "mongoose": "^6.5.3", "pug": "^3.0.2" }, "devDependencies": { "nodemon": "^2.0.19" } }