Files
ClassContent/历届学生/韩一伟/项目开发/练习项目/作业/2021.08.10/package.json
2024-09-27 02:06:13 +08:00

16 lines
271 B
JSON

{
"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"
}
}