{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "ali-oss": "^6.1.1", "archiver": "^3.1.1", "express": "^4.17.1", "request": "^2.88.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "", "license": "ISC" }