{ "name": "server", "version": "1.0.0", "description": "", "main": "app.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon app.js" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "mongoose": "^6.7.5", "qiniu": "^7.8.0" }, "devDependencies": { "nodemon": "^2.0.20" } }