Files
ClassContent/历届学生/韩一伟/每天课程/2021-08-10/package.json
2024-09-27 02:06:13 +08:00

17 lines
300 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": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10"
}
}