{ "name": "2021.08.10", "version": "1.0.0", "description": "nodejs学习", "main": "index.js", "scripts": { "start": "node index.js", "http": "node-dev http.js" }, "author": "", "license": "ISC", "dependencies": { "node-dev": "^7.0.0" } }